#034F70

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

Shades of Dark Cerulean #034F70

Tints of Dark Cerulean #034F70

Color information

#034F70 (or 0x034F70) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4F and 70. RGB value is (3,79,112). Sum of RGB (Red+Green+Blue) = 3+79+112=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #034F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034F70 is #FCB08F. Grayscale: #3B3B3B. Windows color (decimal): -16560272 or 7360259. OLE color: 7360259.

HSL color Cylindrical-coordinate representation of color #034F70: hue angle of 198.17º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034F70 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB379112-
CMYK0.970.2900.56
HSL198.17º94.78%22.55%-
HSV(B)198.17º97.32%43.92%-
XYZ5.766.7816.33-
YUV60.04157.3287.32-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.55%
GREEN value IS 79 (31.25% from 255) = 40.72%
BLUE value IS 112 (44.14% from 255) = 57.73%
R=1.55%
G=40.72%
B=57.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3791120.970.2900.56198.1794.7822.55
Hex34F70611D038c65f17
Octal31171601413507030613727
Binary1110011111110000110000111101011100011000110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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