Html Css Color HEX #034136 Deep Teal

📋 copy color: '#034136'

red 3 ◦ green 65 ◦ blue 54

#034136
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #034136

Tints of Deep Teal #034136

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 value IS 0.95

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#034136 (or 0x034136) is known color: 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

RGB 3 65 54 -
CMYK 0.95 0 0.17 0.75
HSL 169.35º 0.91% 0.13% -
HSV(B) 169.35º 0.95% 0.25% -
XYZ 2.59 4.07 4.14 -
YUV 45.21 132.96 97.89 -
System Red Green Blue C M Y K H S L
Decimal 3 65 54 0.95 0 0.17 0.75 169.35 0.91 0.13
Hex 3 41 36 5F 0 11 4B A9 5B D
Octal 3 101 66 137 0 21 113 251 133 15
Binary 11 1000001 110110 1011111 0 10001 1001011 10101001 1011011 1101

Color Harmonies of #034136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034136

Black with #034136

Text Example


Text Example

White with #034136

Text Example


Text Example

HTML Codes & Css Web 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>