Html Css Color HEX #034336 Deep Teal

📋 copy color: '#034336'

red 3 ◦ green 67 ◦ blue 54

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

Shades of Deep Teal #034336

Tints of Deep Teal #034336

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

 M value IS 0

 Y value IS 0.19

 K value IS 0.74

RGB Variations

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

Color information

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

RGB 3 67 54 -
CMYK 0.96 0 0.19 0.74
HSL 167.81º 0.91% 0.14% -
HSV(B) 167.81º 0.96% 0.26% -
XYZ 2.71 4.3 4.18 -
YUV 46.38 132.3 97.06 -
System Red Green Blue C M Y K H S L
Decimal 3 67 54 0.96 0 0.19 0.74 167.81 0.91 0.14
Hex 3 43 36 60 0 13 4A A8 5B E
Octal 3 103 66 140 0 23 112 250 133 16
Binary 11 1000011 110110 1100000 0 10011 1001010 10101000 1011011 1110

Color Harmonies of #034336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034336

Black with #034336

Text Example


Text Example

White with #034336

Text Example


Text Example

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