#034371

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

Shades of Dark Cerulean #034371

Tints of Dark Cerulean #034371

Color information

#034371 (or 0x034371) is unknown color: approx Dark Cerulean. HEX triplet: 03, 43 and 71. RGB value is (3,67,113). Sum of RGB (Red+Green+Blue) = 3+67+113=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 113 (44.53% from 255 or 61.75% from 183); Max value from RGB is 113 - color contains mainly: blue. Hex color #034371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034371 is #FCBC8E. Grayscale: #343434. Windows color (decimal): -16563343 or 7422723. OLE color: 7422723.

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

Color convert

RGB367113-
CMYK0.970.4100.56
HSL205.09º94.83%22.75%-
HSV(B)205.09º97.35%44.31%-
XYZ5.035.2316.37-
YUV53.11161.892.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.64%
GREEN value IS 67 (26.56% from 255) = 36.61%
BLUE value IS 113 (44.53% from 255) = 61.75%
R=1.64%
G=36.61%
B=61.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3671130.970.4100.56205.0994.8322.75
Hex343716129038cd5f17
Octal31031611415107031513727
Binary11100001111100011100001101001011100011001101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034371; }

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

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

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

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

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

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

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

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