#034C6C

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

Shades of Dark Cerulean #034C6C

Tints of Dark Cerulean #034C6C

Color information

#034C6C (or 0x034C6C) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4C and 6C. RGB value is (3,76,108). Sum of RGB (Red+Green+Blue) = 3+76+108=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #034C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034C6C is #FCB393. Grayscale: #393939. Windows color (decimal): -16561044 or 7097347. OLE color: 7097347.

HSL color Cylindrical-coordinate representation of color #034C6C: hue angle of 198.29º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034C6C is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB376108-
CMYK0.970.3000.58
HSL198.29º94.59%21.76%-
HSV(B)198.29º97.22%42.35%-
XYZ5.336.2715.12-
YUV57.82156.3288.9-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.60%
GREEN value IS 76 (30.08% from 255) = 40.64%
BLUE value IS 108 (42.58% from 255) = 57.75%
R=1.60%
G=40.64%
B=57.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3761080.970.3000.58198.2994.5921.76
Hex34C6C611E03Ac65f16
Octal31141541413607230613726
Binary1110011001101100110000111110011101011000110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034C6C; }

 p { color: rgb(3,76,108); }

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

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

 a { background-color: rgb(3,76,108); }

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

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

 span { border-color: rgb(3,76,108); }

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