#034337

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

Shades of Deep Teal #034337

Tints of Deep Teal #034337

Color information

#034337 (or 0x034337) is unknown color: approx Deep Teal. HEX triplet: 03, 43 and 37. RGB value is (3,67,55). Sum of RGB (Red+Green+Blue) = 3+67+55=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 67 (26.56% from 255 or 53.6% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 67 - color contains mainly: green. Hex color #034337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034337 is #FCBCC8. Grayscale: #2E2E2E. Windows color (decimal): -16563401 or 3621635. OLE color: 3621635.

HSL color Cylindrical-coordinate representation of color #034337: hue angle of 168.75º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034337 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB36755-
CMYK0.9600.180.74
HSL168.75º91.43%13.73%-
HSV(B)168.75º95.52%26.27%-
XYZ2.734.314.3-
YUV46.5132.896.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.4%
GREEN value IS 67 (26.56% from 255) = 53.6%
BLUE value IS 55 (21.88% from 255) = 44%
R=2.4%
G=53.6%
B=44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal367550.9600.180.74168.7591.4313.73
Hex34337600124Aa95be
Octal31036714002211225113316
Binary111000011110111110000001001010010101010100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034337; }

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

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

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

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

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

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

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

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