Color Hex Logo

#33366b Color Hex

#33366B
(51,54,107)
0 Favorites   0 Comments

Color spaces of #33366b

RGB 5154107
HSL0.660.350.31
HSV237°52°42°
CMYK 0.520.500.00   0.58
XYZ5.33824.403714.4786
Yxy4.40370.22040.1818
Hunter Lab20.98508.6834-26.2176
CIE-Lab24.963514.9126-31.4560

#33366b color RGB value is (51,54,107).

#33366b hex color red value is 51, green value is 54 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #33366b hue: 0.66 , saturation: 0.35 and the lightness value of 33366b is 0.31.

The process color (four color CMYK) of #33366b color hex is 0.52, 0.50, 0.00, 0.58. Web safe color of #33366b is #333366. Color #33366b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00110110 01101011
Octal 63 66 153
Decimal 51 54 107
Hex 33 36 6B

RGB Percentages of Color #33366b

%24.06
%25.47
%50.47

CMYK Percentages of Color #33366b

%52
%50
%0
%58

Triadic Colors of #33366b

#33366b #6b3336 #366b33

Analogous Colors of #33366b

#33366b #4c336b #33526b

Monochromatic Colors of #33366b

#33366b

Complementary Color

#33366b #6b6833

#33366b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33366b Color Preview on White Background

Lorem ipsum dolor sit amet.

#33366b Color CSS Codes

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

#33366b Text Font Color

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

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


#33366b Background Color

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

This div background color is #33366b


#33366b Border Color

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

This div border color is #33366b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33366b


Comments

No comments written yet.

Please login to write comment.