#034E6F

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

Shades of Dark Cerulean #034E6F

Tints of Dark Cerulean #034E6F

Color information

#034E6F (or 0x034E6F) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4E and 6F. RGB value is (3,78,111). Sum of RGB (Red+Green+Blue) = 3+78+111=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 78 (30.86% from 255 or 40.62% from 192); Blue value is 111 (43.75% from 255 or 57.81% from 192); Max value from RGB is 111 - color contains mainly: blue. Hex color #034E6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034E6F is #FCB190. Grayscale: #3B3B3B. Windows color (decimal): -16560529 or 7294467. OLE color: 7294467.

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

Color convert

RGB378111-
CMYK0.970.3000.56
HSL198.33º94.74%22.35%-
HSV(B)198.33º97.3%43.53%-
XYZ5.636.6216.02-
YUV59.34157.1587.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.56%
GREEN value IS 78 (30.86% from 255) = 40.62%
BLUE value IS 111 (43.75% from 255) = 57.81%
R=1.56%
G=40.62%
B=57.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3781110.970.3000.56198.3394.7422.35
Hex34E6F611E038c65f16
Octal31161571413607030613726
Binary1110011101101111110000111110011100011000110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,78,111); }

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

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

 a { background-color: rgb(3,78,111); }

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

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

 span { border-color: rgb(3,78,111); }

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