#034236

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

Shades of Deep Teal #034236

Tints of Deep Teal #034236

Color information

#034236 (or 0x034236) is unknown color: approx Deep Teal. HEX triplet: 03, 42 and 36. RGB value is (3,66,54). Sum of RGB (Red+Green+Blue) = 3+66+54=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 66 (26.17% from 255 or 53.66% from 123); Blue value is 54 (21.48% from 255 or 43.90% from 123); Max value from RGB is 66 - color contains mainly: green. Hex color #034236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034236 is #FCBDC9. Grayscale: #2D2D2D. Windows color (decimal): -16563658 or 3555843. OLE color: 3555843.

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

Color convert

RGB36654-
CMYK0.9500.180.74
HSL168.57º91.3%13.53%-
HSV(B)168.57º95.45%25.88%-
XYZ2.654.184.16-
YUV45.79132.6397.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.44%
GREEN value IS 66 (26.17% from 255) = 53.66%
BLUE value IS 54 (21.48% from 255) = 43.90%
R=2.44%
G=53.66%
B=43.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal366540.9500.180.74168.5791.313.53
Hex342365F0124Aa95be
Octal31026613702211225113316
Binary111000010110110101111101001010010101010100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034236; }

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

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

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

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

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

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

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

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