#034D84

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

Shades of Dark Cerulean #034D84

Tints of Dark Cerulean #034D84

Color information

#034D84 (or 0x034D84) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4D and 84. RGB value is (3,77,132). Sum of RGB (Red+Green+Blue) = 3+77+132=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 132 (51.95% from 255 or 62.26% from 212); Max value from RGB is 132 - color contains mainly: blue. Hex color #034D84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034D84 is #FCB27B. Grayscale: #3C3C3C. Windows color (decimal): -16560764 or 8670467. OLE color: 8670467.

HSL color Cylindrical-coordinate representation of color #034D84: hue angle of 205.58º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034D84 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB377132-
CMYK0.980.4200.48
HSL205.58º95.56%26.47%-
HSV(B)205.58º97.73%51.76%-
XYZ6.866.9922.82-
YUV61.14167.9886.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.42%
GREEN value IS 77 (30.47% from 255) = 36.32%
BLUE value IS 132 (51.95% from 255) = 62.26%
R=1.42%
G=36.32%
B=62.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3771320.980.4200.48205.5895.5626.47
Hex34D84622A030ce601a
Octal31152041425206031614032
Binary111001101100001001100010101010011000011001110110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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