#034991

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

Shades of Dark Cerulean #034991

Tints of Dark Cerulean #034991

Color information

#034991 (or 0x034991) is unknown color: approx Dark Cerulean. HEX triplet: 03, 49 and 91. RGB value is (3,73,145). Sum of RGB (Red+Green+Blue) = 3+73+145=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 145 (57.03% from 255 or 65.61% from 221); Max value from RGB is 145 - color contains mainly: blue. Hex color #034991 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034991 is #FCB66E. Grayscale: #3B3B3B. Windows color (decimal): -16561775 or 9521411. OLE color: 9521411.

HSL color Cylindrical-coordinate representation of color #034991: hue angle of 210.42º 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 #034991 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB373145-
CMYK0.980.5000.43
HSL210.42º95.95%29.02%-
HSV(B)210.42º97.93%56.86%-
XYZ7.536.8327.71-
YUV60.28175.8187.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.36%
GREEN value IS 73 (28.91% from 255) = 33.03%
BLUE value IS 145 (57.03% from 255) = 65.61%
R=1.36%
G=33.03%
B=65.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3731450.980.5000.43210.4295.9529.02
Hex34991623202Bd2601d
Octal31112211426205332214035
Binary111001001100100011100010110010010101111010010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034991; }

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

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

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

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

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

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

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

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