#034972

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

Shades of Dark Cerulean #034972

Tints of Dark Cerulean #034972

Color information

#034972 (or 0x034972) is unknown color: approx Dark Cerulean. HEX triplet: 03, 49 and 72. RGB value is (3,73,114). Sum of RGB (Red+Green+Blue) = 3+73+114=190 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.58% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #034972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034972 is #FCB68D. Grayscale: #383838. Windows color (decimal): -16561806 or 7489795. OLE color: 7489795.

HSL color Cylindrical-coordinate representation of color #034972: hue angle of 202.16º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034972 is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB373114-
CMYK0.970.3600.55
HSL202.16º94.87%22.94%-
HSV(B)202.16º97.37%44.71%-
XYZ5.46616.79-
YUV56.74160.3189.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.58%
GREEN value IS 73 (28.91% from 255) = 38.42%
BLUE value IS 114 (44.92% from 255) = 60%
R=1.58%
G=38.42%
B=60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3731140.970.3600.55202.1694.8722.94
Hex349726124037ca5f17
Octal31111621414406731213727
Binary11100100111100101100001100100011011111001010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034972; }

 p { color: rgb(3,73,114); }

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

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

 a { background-color: rgb(3,73,114); }

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

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

 span { border-color: rgb(3,73,114); }

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