#034B91

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

Shades of Dark Cerulean #034B91

Tints of Dark Cerulean #034B91

Color information

#034B91 (or 0x034B91) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4B and 91. RGB value is (3,75,145). Sum of RGB (Red+Green+Blue) = 3+75+145=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 145 (57.03% from 255 or 65.02% from 223); Max value from RGB is 145 - color contains mainly: blue. Hex color #034B91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034B91 is #FCB46E. Grayscale: #3D3D3D. Windows color (decimal): -16561263 or 9521923. OLE color: 9521923.

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

Color convert

RGB375145-
CMYK0.980.4800.43
HSL209.58º95.95%29.02%-
HSV(B)209.58º97.93%56.86%-
XYZ7.667.127.75-
YUV61.45175.1586.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.35%
GREEN value IS 75 (29.69% from 255) = 33.63%
BLUE value IS 145 (57.03% from 255) = 65.02%
R=1.35%
G=33.63%
B=65.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3751450.980.4800.43209.5895.9529.02
Hex34B91623002Bd2601d
Octal31132211426005332214035
Binary111001011100100011100010110000010101111010010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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