#034E80

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

Shades of Dark Cerulean #034E80

Tints of Dark Cerulean #034E80

Color information

#034E80 (or 0x034E80) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4E and 80. RGB value is (3,78,128). Sum of RGB (Red+Green+Blue) = 3+78+128=209 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 128 (50.39% from 255 or 61.24% from 209); Max value from RGB is 128 - color contains mainly: blue. Hex color #034E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034E80 is #FCB17F. Grayscale: #3C3C3C. Windows color (decimal): -16560512 or 8408579. OLE color: 8408579.

HSL color Cylindrical-coordinate representation of color #034E80: hue angle of 204º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034E80 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB378128-
CMYK0.980.3900.50
HSL204º95.42%25.69%-
HSV(B)204º97.66%50.2%-
XYZ6.667.0321.43-
YUV61.27165.6586.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.44%
GREEN value IS 78 (30.86% from 255) = 37.32%
BLUE value IS 128 (50.39% from 255) = 61.24%
R=1.44%
G=37.32%
B=61.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3781280.980.3900.5020495.4225.69
Hex34E806227032cc5f1a
Octal31162001424706231413732
Binary111001110100000001100010100111011001011001100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,78,128); }

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

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

 a { background-color: rgb(3,78,128); }

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

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

 span { border-color: rgb(3,78,128); }

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