Color Hex Logo

#33365c Color Hex

#33365C
(51,54,92)
0 Favorites   0 Comments

Color spaces of #33365c

RGB 515492
HSL0.650.290.28
HSV236°45°36°
CMYK 0.450.410.00   0.64
XYZ4.61624.114810.6762
Yxy4.11480.23790.2120
Hunter Lab20.28505.1221-17.0055
CIE-Lab24.04749.8074-23.1778

#33365c color RGB value is (51,54,92).

#33365c hex color red value is 51, green value is 54 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #33365c hue: 0.65 , saturation: 0.29 and the lightness value of 33365c is 0.28.

The process color (four color CMYK) of #33365c color hex is 0.45, 0.41, 0.00, 0.64. Web safe color of #33365c is #333366. Color #33365c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00110110 01011100
Octal 63 66 134
Decimal 51 54 92
Hex 33 36 5C

RGB Percentages of Color #33365c

%25.89
%27.41
%46.70

CMYK Percentages of Color #33365c

%45
%41
%0
%64

Triadic Colors of #33365c

#33365c #5c3336 #365c33

Analogous Colors of #33365c

#33365c #45335c #334b5c

Monochromatic Colors of #33365c

#33365c

Complementary Color

#33365c #5c5933

#33365c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33365c Color Preview on White Background

Lorem ipsum dolor sit amet.

#33365c Color CSS Codes

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

#33365c Text Font Color

<p style="color:#33365c">Text here</p>

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


#33365c Background Color

<div style="background-color:#33365c">
Div content here</div>

This div background color is #33365c


#33365c Border Color

<div style="border:3px solid #33365c">
Div here</div>

This div border color is #33365c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33365c


Comments

No comments written yet.

Please login to write comment.