Html Css Color HEX #034337 Deep Teal

📋 copy color: '#034337'

red 3 ◦ green 67 ◦ blue 55

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

Shades of Deep Teal #034337

Tints of Deep Teal #034337

RGB

 RED value IS 3 (1.56% from 255) = 2.4%

 GREEN value IS 67 (26.56% from 255) = 53.6%

 BLUE value IS 55 (21.88% from 255) = 44%

R = 2.4%
G = 53.6%
B = 44%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#034337 (or 0x034337) is known color: Deep Teal. HEX triplet: 03, 43 and 37. RGB value is (3,67,55). Sum of RGB (Red+Green+Blue) = 3+67+55=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 67 (26.56% from 255 or 53.6% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 67 - color contains mainly: green. Hex color #034337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034337 is #FCBCC8. Grayscale: #2E2E2E. Windows color (decimal): -16563401 or 3621635. OLE color: 3621635.

HSL color Cylindrical-coordinate representation of color #034337: hue angle of 168.75º 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 #034337 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB 3 67 55 -
CMYK 0.96 0 0.18 0.74
HSL 168.75º 0.91% 0.14% -
HSV(B) 168.75º 0.96% 0.26% -
XYZ 2.73 4.31 4.3 -
YUV 46.5 132.8 96.98 -
System Red Green Blue C M Y K H S L
Decimal 3 67 55 0.96 0 0.18 0.74 168.75 0.91 0.14
Hex 3 43 37 60 0 12 4A A9 5B E
Octal 3 103 67 140 0 22 112 251 133 16
Binary 11 1000011 110111 1100000 0 10010 1001010 10101001 1011011 1110

Color Harmonies of #034337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034337

Black with #034337

Text Example


Text Example

White with #034337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034337; }

 p { color: rgb(3,67,55); }

 H1.HeaderClassName
 {
   color: #034337;
 }
 .AnyTagClassName
 {
   color: #034337;
 }
</style>

background-color css

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

 a { background-color: rgb(3,67,55); }

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

border-color css

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

 span { border-color: rgb(3,67,55); }

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