#034E6E

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

Shades of Dark Cerulean #034E6E

Tints of Dark Cerulean #034E6E

Color information

#034E6E (or 0x034E6E) is unknown color: approx Dark Cerulean. HEX triplet: 03, 4E and 6E. RGB value is (3,78,110). Sum of RGB (Red+Green+Blue) = 3+78+110=191 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.57% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 110 (43.36% from 255 or 57.59% from 191); Max value from RGB is 110 - color contains mainly: blue. Hex color #034E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034E6E is #FCB191. Grayscale: #3B3B3B. Windows color (decimal): -16560530 or 7228931. OLE color: 7228931.

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

Color convert

RGB378110-
CMYK0.970.2900.57
HSL197.94º94.69%22.16%-
HSV(B)197.94º97.27%43.14%-
XYZ5.586.5915.73-
YUV59.22156.6587.9-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.57%
GREEN value IS 78 (30.86% from 255) = 40.84%
BLUE value IS 110 (43.36% from 255) = 57.59%
R=1.57%
G=40.84%
B=57.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3781100.970.2900.57197.9494.6922.16
Hex34E6E611D039c65f16
Octal31161561413507130613726
Binary1110011101101110110000111101011100111000110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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