#034336

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

Shades of Deep Teal #034336

Tints of Deep Teal #034336

Color information

#034336 (or 0x034336) is unknown color: approx Deep Teal. HEX triplet: 03, 43 and 36. RGB value is (3,67,54). Sum of RGB (Red+Green+Blue) = 3+67+54=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 67 (26.56% from 255 or 54.03% from 124); Blue value is 54 (21.48% from 255 or 43.55% from 124); Max value from RGB is 67 - color contains mainly: green. Hex color #034336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034336 is #FCBCC9. Grayscale: #2E2E2E. Windows color (decimal): -16563402 or 3556099. OLE color: 3556099.

HSL color Cylindrical-coordinate representation of color #034336: hue angle of 167.81º 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 #034336 is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.74.

Color convert

RGB36754-
CMYK0.9600.190.74
HSL167.81º91.43%13.73%-
HSV(B)167.81º95.52%26.27%-
XYZ2.714.34.18-
YUV46.38132.397.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.42%
GREEN value IS 67 (26.56% from 255) = 54.03%
BLUE value IS 54 (21.48% from 255) = 43.55%
R=2.42%
G=54.03%
B=43.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal367540.9600.190.74167.8191.4313.73
Hex34336600134Aa85be
Octal31036614002311225013316
Binary111000011110110110000001001110010101010100010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034336; }

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

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

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

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

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

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

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

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