Color Hex Logo

#33849b Color Hex

#33849B
(51,132,155)
0 Favorites   0 Comments

Color spaces of #33849b

RGB 51132155
HSL0.540.500.40
HSV193°67°61°
CMYK 0.670.150.00   0.39
XYZ15.532919.572933.9696
Yxy19.57290.22490.2834
Hunter Lab44.2413-14.7517-14.5555
CIE-Lab51.3508-16.9413-19.5238

#33849b color RGB value is (51,132,155).

#33849b hex color red value is 51, green value is 132 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #33849b hue: 0.54 , saturation: 0.50 and the lightness value of 33849b is 0.40.

The process color (four color CMYK) of #33849b color hex is 0.67, 0.15, 0.00, 0.39. Web safe color of #33849b is #339999. Color #33849b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10000100 10011011
Octal 63 204 233
Decimal 51 132 155
Hex 33 84 9B

RGB Percentages of Color #33849b

%15.09
%39.05
%45.86

CMYK Percentages of Color #33849b

%67
%15
%0
%39

Triadic Colors of #33849b

#33849b #9b3384 #849b33

Analogous Colors of #33849b

#33849b #33509b #339b7e

Monochromatic Colors of #33849b

#33849b

Complementary Color

#33849b #9b4a33

#33849b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33849b Color Preview on White Background

Lorem ipsum dolor sit amet.

#33849b Color CSS Codes

.mybgcolor {background-color:#33849b; } 
.myforecolor {color:#33849b; }
.mybordercolor {border:3px solid #33849b; }

#33849b Text Font Color

<p style="color:#33849b">Text here</p>

This sample text font color is #33849b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#33849b Background Color

<div style="background-color:#33849b">
Div content here</div>

This div background color is #33849b


#33849b Border Color

<div style="border:3px solid #33849b">
Div here</div>

This div border color is #33849b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,132,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33849b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33849b;
  -webkit-box-shadow: 1px 1px 3px 2px #33849b;
  box-shadow:         1px 1px 3px 2px #33849b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,132,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #33849b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #33849b;
  -webkit-box-shadow: 1px 1px 3px 2px #33849b;
  box-shadow:         1px 1px 3px 2px #33849b;">
Div content here</div>

This div box has shadow with color #33849b


Comments

No comments written yet.

Please login to write comment.