#034071

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

Shades of Dark Cerulean #034071

Tints of Dark Cerulean #034071

Color information

#034071 (or 0x034071) is unknown color: approx Dark Cerulean. HEX triplet: 03, 40 and 71. RGB value is (3,64,113). Sum of RGB (Red+Green+Blue) = 3+64+113=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 113 (44.53% from 255 or 62.78% from 180); Max value from RGB is 113 - color contains mainly: blue. Hex color #034071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034071 is #FCBF8E. Grayscale: #333333. Windows color (decimal): -16564111 or 7421955. OLE color: 7421955.

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

Color convert

RGB364113-
CMYK0.970.4300.56
HSL206.73º94.83%22.75%-
HSV(B)206.73º97.35%44.31%-
XYZ4.854.8816.31-
YUV51.35162.7993.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.67%
GREEN value IS 64 (25.39% from 255) = 35.56%
BLUE value IS 113 (44.53% from 255) = 62.78%
R=1.67%
G=35.56%
B=62.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3641130.970.4300.56206.7394.8322.75
Hex34071612B038cf5f17
Octal31001611415307031713727
Binary11100000011100011100001101011011100011001111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034071; }

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

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

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

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

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

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

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

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