#034136

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

Shades of Deep Teal #034136

Tints of Deep Teal #034136

Color information

#034136 (or 0x034136) is unknown color: approx Deep Teal. HEX triplet: 03, 41 and 36. RGB value is (3,65,54). Sum of RGB (Red+Green+Blue) = 3+65+54=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 54 (21.48% from 255 or 44.26% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #034136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034136 is #FCBEC9. Grayscale: #2D2D2D. Windows color (decimal): -16563914 or 3555587. OLE color: 3555587.

HSL color Cylindrical-coordinate representation of color #034136: hue angle of 169.35º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034136 is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB36554-
CMYK0.9500.170.75
HSL169.35º91.18%13.33%-
HSV(B)169.35º95.38%25.49%-
XYZ2.594.074.14-
YUV45.21132.9697.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.46%
GREEN value IS 65 (25.78% from 255) = 53.28%
BLUE value IS 54 (21.48% from 255) = 44.26%
R=2.46%
G=53.28%
B=44.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal365540.9500.170.75169.3591.1813.33
Hex341365F0114Ba95bd
Octal31016613702111325113315
Binary111000001110110101111101000110010111010100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034136; }

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

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

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

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

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

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

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

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