#034272

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

Shades of Dark Cerulean #034272

Tints of Dark Cerulean #034272

Color information

#034272 (or 0x034272) is unknown color: approx Dark Cerulean. HEX triplet: 03, 42 and 72. RGB value is (3,66,114). Sum of RGB (Red+Green+Blue) = 3+66+114=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 114 (44.92% from 255 or 62.30% from 183); Max value from RGB is 114 - color contains mainly: blue. Hex color #034272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034272 is #FCBD8D. Grayscale: #343434. Windows color (decimal): -16563598 or 7488003. OLE color: 7488003.

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

Color convert

RGB366114-
CMYK0.970.4200.55
HSL205.95º94.87%22.94%-
HSV(B)205.95º97.37%44.71%-
XYZ5.025.1316.65-
YUV52.64162.6392.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.64%
GREEN value IS 66 (26.17% from 255) = 36.07%
BLUE value IS 114 (44.92% from 255) = 62.30%
R=1.64%
G=36.07%
B=62.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3661140.970.4200.55205.9594.8722.94
Hex34272612A037ce5f17
Octal31021621415206731613727
Binary11100001011100101100001101010011011111001110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034272; }

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

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

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

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

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

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

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

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