Color Hex Logo

#36609b Color Hex

#36609B
(54,96,155)
0 Favorites   0 Comments

Color spaces of #36609b

RGB 5496155
HSL0.600.480.41
HSV215°65°61°
CMYK 0.650.380.00   0.39
XYZ11.620611.516632.6208
Yxy11.51660.20840.2065
Hunter Lab33.93611.7348-33.2367
CIE-Lab40.43734.8968-36.5207

#36609b color RGB value is (54,96,155).

#36609b hex color red value is 54, green value is 96 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #36609b hue: 0.60 , saturation: 0.48 and the lightness value of 36609b is 0.41.

The process color (four color CMYK) of #36609b color hex is 0.65, 0.38, 0.00, 0.39. Web safe color of #36609b is #336699. Color #36609b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01100000 10011011
Octal 66 140 233
Decimal 54 96 155
Hex 36 60 9B

RGB Percentages of Color #36609b

%17.70
%31.48
%50.82

CMYK Percentages of Color #36609b

%65
%38
%0
%39

Triadic Colors of #36609b

#36609b #9b3660 #609b36

Analogous Colors of #36609b

#36609b #3f369b #36939b

Monochromatic Colors of #36609b

#36609b

Complementary Color

#36609b #9b7136

#36609b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36609b Color Preview on White Background

Lorem ipsum dolor sit amet.

#36609b Color CSS Codes

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

#36609b Text Font Color

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

This sample text font color is #36609b
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.


#36609b Background Color

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

This div background color is #36609b


#36609b Border Color

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

This div border color is #36609b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,96,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 #36609b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36609b


Comments

No comments written yet.

Please login to write comment.