#034072

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

Shades of Dark Cerulean #034072

Tints of Dark Cerulean #034072

Color information

#034072 (or 0x034072) is unknown color: approx Dark Cerulean. HEX triplet: 03, 40 and 72. RGB value is (3,64,114). Sum of RGB (Red+Green+Blue) = 3+64+114=181 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.66% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 114 (44.92% from 255 or 62.98% from 181); Max value from RGB is 114 - color contains mainly: blue. Hex color #034072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034072 is #FCBF8D. Grayscale: #333333. Windows color (decimal): -16564110 or 7487491. OLE color: 7487491.

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

Color convert

RGB364114-
CMYK0.970.4400.55
HSL207.03º94.87%22.94%-
HSV(B)207.03º97.37%44.71%-
XYZ4.914.916.61-
YUV51.46163.2993.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.66%
GREEN value IS 64 (25.39% from 255) = 35.36%
BLUE value IS 114 (44.92% from 255) = 62.98%
R=1.66%
G=35.36%
B=62.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3641140.970.4400.55207.0394.8722.94
Hex34072612C037cf5f17
Octal31001621415406731713727
Binary11100000011100101100001101100011011111001111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034072; }

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

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

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

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

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

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

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

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