Color Hex Logo

#333099 Color Hex

#333099
(51,48,153)
0 Favorites   0 Comments

Color spaces of #333099

RGB 5148153
HSL0.670.520.39
HSV242°69°60°
CMYK 0.670.690.00   0.40
XYZ8.17205.117630.6941
Yxy5.11760.18580.1164
Hunter Lab22.622124.8925-64.6103
CIE-Lab27.067235.0473-56.8841

#333099 color RGB value is (51,48,153).

#333099 hex color red value is 51, green value is 48 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #333099 hue: 0.67 , saturation: 0.52 and the lightness value of 333099 is 0.39.

The process color (four color CMYK) of #333099 color hex is 0.67, 0.69, 0.00, 0.40. Web safe color of #333099 is #333399. Color #333099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00110000 10011001
Octal 63 60 231
Decimal 51 48 153
Hex 33 30 99

RGB Percentages of Color #333099

%20.24
%19.05
%60.71

CMYK Percentages of Color #333099

%67
%69
%0
%40

Triadic Colors of #333099

#333099 #993330 #309933

Analogous Colors of #333099

#333099 #683099 #306299

Monochromatic Colors of #333099

#333099

Complementary Color

#333099 #969930

#333099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#333099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#333099 Color CSS Codes

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

#333099 Text Font Color

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

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


#333099 Background Color

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

This div background color is #333099


#333099 Border Color

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

This div border color is #333099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #333099


Comments

No comments written yet.

Please login to write comment.