#034470

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

Shades of Dark Cerulean #034470

Tints of Dark Cerulean #034470

Color information

#034470 (or 0x034470) is unknown color: approx Dark Cerulean. HEX triplet: 03, 44 and 70. RGB value is (3,68,112). Sum of RGB (Red+Green+Blue) = 3+68+112=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 112 (44.14% from 255 or 61.20% from 183); Max value from RGB is 112 - color contains mainly: blue. Hex color #034470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034470 is #FCBB8F. Grayscale: #353535. Windows color (decimal): -16563088 or 7357443. OLE color: 7357443.

HSL color Cylindrical-coordinate representation of color #034470: hue angle of 204.22º 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 #034470 is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB368112-
CMYK0.970.3900.56
HSL204.22º94.78%22.55%-
HSV(B)204.22º97.32%43.92%-
XYZ5.035.3216.09-
YUV53.58160.9791.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.64%
GREEN value IS 68 (26.95% from 255) = 37.16%
BLUE value IS 112 (44.14% from 255) = 61.20%
R=1.64%
G=37.16%
B=61.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3681120.970.3900.56204.2294.7822.55
Hex344706127038cc5f17
Octal31041601414707031413727
Binary11100010011100001100001100111011100011001100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034470; }

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

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

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

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

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

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

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

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