#034471

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

Shades of Dark Cerulean #034471

Tints of Dark Cerulean #034471

Color information

#034471 (or 0x034471) is unknown color: approx Dark Cerulean. HEX triplet: 03, 44 and 71. RGB value is (3,68,113). Sum of RGB (Red+Green+Blue) = 3+68+113=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 113 (44.53% from 255 or 61.41% from 184); Max value from RGB is 113 - color contains mainly: blue. Hex color #034471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034471 is #FCBB8E. Grayscale: #353535. Windows color (decimal): -16563087 or 7422979. OLE color: 7422979.

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

Color convert

RGB368113-
CMYK0.970.4000.56
HSL204.55º94.83%22.75%-
HSV(B)204.55º97.35%44.31%-
XYZ5.095.3516.39-
YUV53.69161.4791.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.63%
GREEN value IS 68 (26.95% from 255) = 36.96%
BLUE value IS 113 (44.53% from 255) = 61.41%
R=1.63%
G=36.96%
B=61.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3681130.970.4000.56204.5594.8322.75
Hex344716128038cd5f17
Octal31041611415007031513727
Binary11100010011100011100001101000011100011001101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034471; }

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

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

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

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

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

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

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

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