Html Css Color HEX #034839 Deep Teal

📋 copy color: '#034839'

red 3 ◦ green 72 ◦ blue 57

#034839
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #034839

Tints of Deep Teal #034839

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 value IS 0.96

 M value IS 0

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#034839 (or 0x034839) is known color: 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

RGB 3 72 57 -
CMYK 0.96 0 0.21 0.72
HSL 166.96º 0.92% 0.15% -
HSV(B) 166.96º 0.96% 0.28% -
XYZ 3.09 4.95 4.66 -
YUV 49.66 132.14 94.72 -
System Red Green Blue C M Y K H S L
Decimal 3 72 57 0.96 0 0.21 0.72 166.96 0.92 0.15
Hex 3 48 39 60 0 15 48 A7 5C F
Octal 3 110 71 140 0 25 110 247 134 17
Binary 11 1001000 111001 1100000 0 10101 1001000 10100111 1011100 1111

Color Harmonies of #034839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034839

Black with #034839

Text Example


Text Example

White with #034839

Text Example


Text Example

HTML Codes & Css Web 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>