Color Hex Logo

#33364b Color Hex

#33364B
(51,54,75)
0 Favorites   0 Comments

Color spaces of #33364b

RGB 515475
HSL0.650.190.25
HSV233°32°29°
CMYK 0.320.280.00   0.71
XYZ3.95443.85017.1913
Yxy3.85010.26370.2567
Hunter Lab19.62171.6356-7.9945
CIE-Lab23.16964.4200-13.3099

#33364b color RGB value is (51,54,75).

#33364b hex color red value is 51, green value is 54 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #33364b hue: 0.65 , saturation: 0.19 and the lightness value of 33364b is 0.25.

The process color (four color CMYK) of #33364b color hex is 0.32, 0.28, 0.00, 0.71. Web safe color of #33364b is #333333. Color #33364b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00110110 01001011
Octal 63 66 113
Decimal 51 54 75
Hex 33 36 4B

RGB Percentages of Color #33364b

%28.33
%30.00
%41.67

CMYK Percentages of Color #33364b

%32
%28
%0
%71

Triadic Colors of #33364b

#33364b #4b3336 #364b33

Analogous Colors of #33364b

#33364b #3c334b #33424b

Monochromatic Colors of #33364b

#33364b

Complementary Color

#33364b #4b4833

#33364b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33364b Color Preview on White Background

Lorem ipsum dolor sit amet.

#33364b Color CSS Codes

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

#33364b Text Font Color

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

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


#33364b Background Color

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

This div background color is #33364b


#33364b Border Color

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

This div border color is #33364b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33364b

#33364b Color Palettes


Comments

No comments written yet.

Please login to write comment.