#034839

Color #034839 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #034839

Tints of Deep Teal #034839

Color information

#034839 (or 0x034839) is unknown color: approx Deep Teal. HEX triplet: 03, 48 and 39. RGB value is (3,72,57). Sum of RGB (Red+Green+Blue) = 3+72+57=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 72 (28.52% from 255 or 54.55% from 132); Blue value is 57 (22.66% from 255 or 43.18% from 132); Max value from RGB is 72 - color contains mainly: green. Hex color #034839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034839 is #FCB7C6. Grayscale: #313131. Windows color (decimal): -16562119 or 3753987. OLE color: 3753987.

HSL color Cylindrical-coordinate representation of color #034839: hue angle of 166.96º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034839 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB37257-
CMYK0.9600.210.72
HSL166.96º92%14.71%-
HSV(B)166.96º95.83%28.24%-
XYZ3.094.954.66-
YUV49.66132.1494.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.27%
GREEN value IS 72 (28.52% from 255) = 54.55%
BLUE value IS 57 (22.66% from 255) = 43.18%
R=2.27%
G=54.55%
B=43.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal372570.9600.210.72166.969214.71
Hex348396001548a75cf
Octal31107114002511024713417
Binary111001000111001110000001010110010001010011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034839; }

 p { color: rgb(3,72,57); }

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

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

 a { background-color: rgb(3,72,57); }

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

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

 span { border-color: rgb(3,72,57); }

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