Color Hex Logo

#333868 Color Hex

#333868
(51,56,104)
0 Favorites   0 Comments

Color spaces of #333868

RGB 5156104
HSL0.650.340.30
HSV234°51°41°
CMYK 0.510.460.00   0.59
XYZ5.27814.531613.6932
Yxy4.53160.22460.1928
Hunter Lab21.28767.0046-23.2369
CIE-Lab25.356312.4982-28.8984

#333868 color RGB value is (51,56,104).

#333868 hex color red value is 51, green value is 56 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #333868 hue: 0.65 , saturation: 0.34 and the lightness value of 333868 is 0.30.

The process color (four color CMYK) of #333868 color hex is 0.51, 0.46, 0.00, 0.59. Web safe color of #333868 is #333366. Color #333868 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00111000 01101000
Octal 63 70 150
Decimal 51 56 104
Hex 33 38 68

RGB Percentages of Color #333868

%24.17
%26.54
%49.29

CMYK Percentages of Color #333868

%51
%46
%0
%59

Triadic Colors of #333868

#333868 #683338 #386833

Analogous Colors of #333868

#333868 #493368 #335368

Monochromatic Colors of #333868

#333868

Complementary Color

#333868 #686333

#333868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#333868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#333868 Color CSS Codes

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

#333868 Text Font Color

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

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


#333868 Background Color

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

This div background color is #333868


#333868 Border Color

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

This div border color is #333868


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,56,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #333868; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #333868;
  -webkit-box-shadow: 1px 1px 3px 2px #333868;
  box-shadow:         1px 1px 3px 2px #333868; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #333868


Comments

No comments written yet.

Please login to write comment.