#034637

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

Shades of Deep Teal #034637

Tints of Deep Teal #034637

Color information

#034637 (or 0x034637) is unknown color: approx 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

RGB37055-
CMYK0.9600.210.73
HSL166.57º91.78%14.31%-
HSV(B)166.57º95.71%27.45%-
XYZ2.924.684.36-
YUV48.26131.895.72-

RGB Variations

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

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 (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal370550.9600.210.73166.5791.7814.31
Hex346376001549a75ce
Octal31066714002511124713416
Binary111000110110111110000001010110010011010011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>