#034570

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

Shades of Dark Cerulean #034570

Tints of Dark Cerulean #034570

Color information

#034570 (or 0x034570) is unknown color: approx Dark Cerulean. HEX triplet: 03, 45 and 70. RGB value is (3,69,112). Sum of RGB (Red+Green+Blue) = 3+69+112=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 112 (44.14% from 255 or 60.87% from 184); Max value from RGB is 112 - color contains mainly: blue. Hex color #034570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034570 is #FCBA8F. Grayscale: #353535. Windows color (decimal): -16562832 or 7357699. OLE color: 7357699.

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

Color convert

RGB369112-
CMYK0.970.3800.56
HSL203.67º94.78%22.55%-
HSV(B)203.67º97.32%43.92%-
XYZ5.095.4516.11-
YUV54.17160.6391.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.63%
GREEN value IS 69 (27.34% from 255) = 37.5%
BLUE value IS 112 (44.14% from 255) = 60.87%
R=1.63%
G=37.5%
B=60.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3691120.970.3800.56203.6794.7822.55
Hex345706126038cc5f17
Octal31051601414607031413727
Binary11100010111100001100001100110011100011001100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034570; }

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

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

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

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

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

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

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

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