#034F80

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

Shades of Dark Cerulean #034F80

Tints of Dark Cerulean #034F80

Color information

#034F80 (or 0x034F80) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4F and 80. RGB value is (3,79,128). Sum of RGB (Red+Green+Blue) = 3+79+128=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 128 (50.39% from 255 or 60.95% from 210); Max value from RGB is 128 - color contains mainly: blue. Hex color #034F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034F80 is #FCB07F. Grayscale: #3D3D3D. Windows color (decimal): -16560256 or 8408835. OLE color: 8408835.

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

Color convert

RGB379128-
CMYK0.980.3800.50
HSL203.52º95.42%25.69%-
HSV(B)203.52º97.66%50.2%-
XYZ6.737.1721.45-
YUV61.86165.3286.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.43%
GREEN value IS 79 (31.25% from 255) = 37.62%
BLUE value IS 128 (50.39% from 255) = 60.95%
R=1.43%
G=37.62%
B=60.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3791280.980.3800.50203.5295.4225.69
Hex34F806226032cc5f1a
Octal31172001424606231413732
Binary111001111100000001100010100110011001011001100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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