#034F79

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

Shades of Dark Cerulean #034F79

Tints of Dark Cerulean #034F79

Color information

#034F79 (or 0x034F79) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4F and 79. RGB value is (3,79,121). Sum of RGB (Red+Green+Blue) = 3+79+121=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 79 (31.25% from 255 or 38.92% from 203); Blue value is 121 (47.66% from 255 or 59.61% from 203); Max value from RGB is 121 - color contains mainly: blue. Hex color #034F79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034F79 is #FCB086. Grayscale: #3C3C3C. Windows color (decimal): -16560263 or 7950083. OLE color: 7950083.

HSL color Cylindrical-coordinate representation of color #034F79: hue angle of 201.36º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034F79 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB379121-
CMYK0.980.3500.53
HSL201.36º95.16%24.31%-
HSV(B)201.36º97.52%47.45%-
XYZ6.286.9919.11-
YUV61.06161.8286.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.48%
GREEN value IS 79 (31.25% from 255) = 38.92%
BLUE value IS 121 (47.66% from 255) = 59.61%
R=1.48%
G=38.92%
B=59.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3791210.980.3500.53201.3695.1624.31
Hex34F796223035c95f18
Octal31171711424306531113730
Binary11100111111110011100010100011011010111001001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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