Html Css Color HEX #224855 Teal Blue

📋 copy color: '#224855'

red 34 ◦ green 72 ◦ blue 85

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

Shades of Teal Blue #224855

Tints of Teal Blue #224855

RGB

 RED value IS 34 (13.67% from 255) = 17.8%

 GREEN value IS 72 (28.52% from 255) = 37.7%

 BLUE value IS 85 (33.59% from 255) = 44.5%

R = 17.8%
G = 37.7%
B = 44.5%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#224855 (or 0x224855) is known color: Teal Blue. HEX triplet: 22, 48 and 55. RGB value is (34,72,85). Sum of RGB (Red+Green+Blue) = 34+72+85=191 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.80% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #224855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224855 is #DDB7AA. Grayscale: #3E3E3E. Windows color (decimal): -14530475 or 5589026. OLE color: 5589026.

HSL color Cylindrical-coordinate representation of color #224855: hue angle of 195.29º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #224855 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 34 72 85 -
CMYK 0.60 0.15 0 0.67
HSL 195.29º 0.43% 0.23% -
HSV(B) 195.29º 0.6% 0.33% -
XYZ 4.62 5.63 9.44 -
YUV 62.12 140.91 107.94 -
System Red Green Blue C M Y K H S L
Decimal 34 72 85 0.60 0.15 0 0.67 195.29 0.43 0.23
Hex 22 48 55 3C F 0 43 C3 2B 17
Octal 42 110 125 74 17 0 103 303 53 27
Binary 100010 1001000 1010101 111100 1111 0 1000011 11000011 101011 10111

Color Harmonies of #224855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224855

Black with #224855

Text Example


Text Example

White with #224855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224855; }

 p { color: rgb(34,72,85); }

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

background-color css

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

 a { background-color: rgb(34,72,85); }

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

border-color css

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

 span { border-color: rgb(34,72,85); }

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