#034D91

Color #034D91 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #034D91

Tints of Dark Cerulean #034D91

Color information

#034D91 (or 0x034D91) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4D and 91. RGB value is (3,77,145). Sum of RGB (Red+Green+Blue) = 3+77+145=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 145 (57.03% from 255 or 64.44% from 225); Max value from RGB is 145 - color contains mainly: blue. Hex color #034D91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034D91 is #FCB26E. Grayscale: #3E3E3E. Windows color (decimal): -16560751 or 9522435. OLE color: 9522435.

HSL color Cylindrical-coordinate representation of color #034D91: hue angle of 208.73º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034D91 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB377145-
CMYK0.980.4700.43
HSL208.73º95.95%29.02%-
HSV(B)208.73º97.93%56.86%-
XYZ7.87.3727.8-
YUV62.63174.4885.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.33%
GREEN value IS 77 (30.47% from 255) = 34.22%
BLUE value IS 145 (57.03% from 255) = 64.44%
R=1.33%
G=34.22%
B=64.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3771450.980.4700.43208.7395.9529.02
Hex34D91622F02Bd1601d
Octal31152211425705332114035
Binary111001101100100011100010101111010101111010001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034D91; }

 p { color: rgb(3,77,145); }

 H1.HeaderClassName
 {
   color: #034D91;
 }
 .AnyTagClassName
 {
   color: #034D91;
 }
</style>
background-color css

<style>
 a { background-color: #034D91; }

 a { background-color: rgb(3,77,145); }

 div.DivClassName
 {
   background-color: #034D91;
 }
 .BgClassName
 {
   background-color: #034D91;
 }
</style>
border-color css

<style>
 span { border-color: #034D91; }

 span { border-color: rgb(3,77,145); }

 td.TdClassName
 {
   border-color: #034D91;
 }
 .TagClassName
 {
   border-color: #034D91;
 }
</style>