#034271

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

Shades of Dark Cerulean #034271

Tints of Dark Cerulean #034271

Color information

#034271 (or 0x034271) is unknown color: approx Dark Cerulean. HEX triplet: 03, 42 and 71. RGB value is (3,66,113). Sum of RGB (Red+Green+Blue) = 3+66+113=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 113 (44.53% from 255 or 62.09% from 182); Max value from RGB is 113 - color contains mainly: blue. Hex color #034271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034271 is #FCBD8E. Grayscale: #343434. Windows color (decimal): -16563599 or 7422467. OLE color: 7422467.

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

Color convert

RGB366113-
CMYK0.970.4200.56
HSL205.64º94.83%22.75%-
HSV(B)205.64º97.35%44.31%-
XYZ4.975.1116.35-
YUV52.52162.1392.68-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.65%
GREEN value IS 66 (26.17% from 255) = 36.26%
BLUE value IS 113 (44.53% from 255) = 62.09%
R=1.65%
G=36.26%
B=62.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3661130.970.4200.56205.6494.8322.75
Hex34271612A038ce5f17
Octal31021611415207031613727
Binary11100001011100011100001101010011100011001110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034271; }

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

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

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

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

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

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

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

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