Html Css Color HEX #034637 Deep Teal

📋 copy color: '#034637'

red 3 ◦ green 70 ◦ blue 55

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

Shades of Deep Teal #034637

Tints of Deep Teal #034637

RGB

 RED value IS 3 (1.56% from 255) = 2.34%

 GREEN value IS 70 (27.73% from 255) = 54.69%

 BLUE value IS 55 (21.88% from 255) = 42.97%

R = 2.34%
G = 54.69%
B = 42.97%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.21

 K value IS 0.73

RGB Variations

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

Color information

#034637 (or 0x034637) is known color: Deep Teal. HEX triplet: 03, 46 and 37. RGB value is (3,70,55). Sum of RGB (Red+Green+Blue) = 3+70+55=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 70 (27.73% from 255 or 54.69% from 128); Blue value is 55 (21.88% from 255 or 42.97% from 128); Max value from RGB is 70 - color contains mainly: green. Hex color #034637 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034637 is #FCB9C8. Grayscale: #303030. Windows color (decimal): -16562633 or 3622403. OLE color: 3622403.

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

Color convert

RGB 3 70 55 -
CMYK 0.96 0 0.21 0.73
HSL 166.57º 0.92% 0.14% -
HSV(B) 166.57º 0.96% 0.27% -
XYZ 2.92 4.68 4.36 -
YUV 48.26 131.8 95.72 -
System Red Green Blue C M Y K H S L
Decimal 3 70 55 0.96 0 0.21 0.73 166.57 0.92 0.14
Hex 3 46 37 60 0 15 49 A7 5C E
Octal 3 106 67 140 0 25 111 247 134 16
Binary 11 1000110 110111 1100000 0 10101 1001001 10100111 1011100 1110

Color Harmonies of #034637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034637

Black with #034637

Text Example


Text Example

White with #034637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034637; }

 p { color: rgb(3,70,55); }

 H1.HeaderClassName
 {
   color: #034637;
 }
 .AnyTagClassName
 {
   color: #034637;
 }
</style>

background-color css

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

 a { background-color: rgb(3,70,55); }

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

border-color css

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

 span { border-color: rgb(3,70,55); }

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