Color Hex Logo

#033274 Color Hex

#033274
(3,50,116)
0 Favorites   0 Comments

Color spaces of #033274

RGB 350116
HSL0.600.950.23
HSV215°97°45°
CMYK 0.970.570.00   0.55
XYZ4.33053.561516.9822
Yxy3.56150.17410.1432
Hunter Lab18.87197.9341-40.1427
CIE-Lab22.165314.0758-41.8545

#033274 color RGB value is (3,50,116).

#033274 hex color red value is 3, green value is 50 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #033274 hue: 0.60 , saturation: 0.95 and the lightness value of 033274 is 0.23.

The process color (four color CMYK) of #033274 color hex is 0.97, 0.57, 0.00, 0.55. Web safe color of #033274 is #003366. Color #033274 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00110010 01110100
Octal 3 62 164
Decimal 3 50 116
Hex 3 32 74

RGB Percentages of Color #033274

%1.78
%29.59
%68.64

CMYK Percentages of Color #033274

%97
%57
%0
%55

Triadic Colors of #033274

#033274 #740332 #327403

Analogous Colors of #033274

#033274 #0d0374 #036b74

Monochromatic Colors of #033274

#033274

Complementary Color

#033274 #744503

#033274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#033274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#033274 Color CSS Codes

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

#033274 Text Font Color

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

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


#033274 Background Color

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

This div background color is #033274


#033274 Border Color

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

This div border color is #033274


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,50,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #033274; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #033274;
  -webkit-box-shadow: 1px 1px 3px 2px #033274;
  box-shadow:         1px 1px 3px 2px #033274; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,50,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #033274


Comments

No comments written yet.

Please login to write comment.