Color Hex Logo

#36649b Color Hex

#36649B
(54,100,155)
0 Favorites   0 Comments

Color spaces of #36649b

RGB 54100155
HSL0.590.480.41
HSV213°65°61°
CMYK 0.650.350.00   0.39
XYZ11.994912.265232.7456
Yxy12.26520.21040.2152
Hunter Lab35.0217-0.1519-30.9215
CIE-Lab41.63452.3725-34.6269

#36649b color RGB value is (54,100,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01100100 10011011
Octal 66 144 233
Decimal 54 100 155
Hex 36 64 9B

RGB Percentages of Color #36649b

%17.48
%32.36
%50.16

CMYK Percentages of Color #36649b

%65
%35
%0
%39

Triadic Colors of #36649b

#36649b #9b3664 #649b36

Analogous Colors of #36649b

#36649b #3a369b #36979b

Monochromatic Colors of #36649b

#36649b

Complementary Color

#36649b #9b6d36

#36649b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36649b Color Preview on White Background

Lorem ipsum dolor sit amet.

#36649b Color CSS Codes

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

#36649b Text Font Color

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

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


#36649b Background Color

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

This div background color is #36649b


#36649b Border Color

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

This div border color is #36649b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36649b


Comments

No comments written yet.

Please login to write comment.