#034134

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

Shades of Deep Teal #034134

Tints of Deep Teal #034134

Color information

#034134 (or 0x034134) is unknown color: approx Deep Teal. HEX triplet: 03, 41 and 34. RGB value is (3,65,52). Sum of RGB (Red+Green+Blue) = 3+65+52=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 52 (20.70% from 255 or 43.33% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #034134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034134 is #FCBECB. Grayscale: #2C2C2C. Windows color (decimal): -16563916 or 3424515. OLE color: 3424515.

HSL color Cylindrical-coordinate representation of color #034134: hue angle of 167.42º 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 #034134 is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB36552-
CMYK0.9500.200.75
HSL167.42º91.18%13.33%-
HSV(B)167.42º95.38%25.49%-
XYZ2.554.053.9-
YUV44.98131.9698.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.5%
GREEN value IS 65 (25.78% from 255) = 54.17%
BLUE value IS 52 (20.70% from 255) = 43.33%
R=2.5%
G=54.17%
B=43.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal365520.9500.200.75167.4291.1813.33
Hex341345F0144Ba75bd
Octal31016413702411324713315
Binary111000001110100101111101010010010111010011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034134; }

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

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

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

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

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

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

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

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