#034D6C

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

Shades of Dark Cerulean #034D6C

Tints of Dark Cerulean #034D6C

Color information

#034D6C (or 0x034D6C) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4D and 6C. RGB value is (3,77,108). Sum of RGB (Red+Green+Blue) = 3+77+108=188 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 108 (42.58% from 255 or 57.45% from 188); Max value from RGB is 108 - color contains mainly: blue. Hex color #034D6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034D6C is #FCB293. Grayscale: #3A3A3A. Windows color (decimal): -16560788 or 7097603. OLE color: 7097603.

HSL color Cylindrical-coordinate representation of color #034D6C: hue angle of 197.71º 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 #034D6C is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB377108-
CMYK0.970.2900.58
HSL197.71º94.59%21.76%-
HSV(B)197.71º97.22%42.35%-
XYZ5.46.4115.14-
YUV58.41155.9888.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.60%
GREEN value IS 77 (30.47% from 255) = 40.96%
BLUE value IS 108 (42.58% from 255) = 57.45%
R=1.60%
G=40.96%
B=57.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3771080.970.2900.58197.7194.5921.76
Hex34D6C611D03Ac65f16
Octal31151541413507230613726
Binary1110011011101100110000111101011101011000110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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