Html Css Color HEX #224551 Teal Blue

📋 copy color: '#224551'

red 34 ◦ green 69 ◦ blue 81

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

Shades of Teal Blue #224551

Tints of Teal Blue #224551

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.5%

 BLUE value IS 81 (32.03% from 255) = 44.02%

R = 18.48%
G = 37.5%
B = 44.02%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#224551 (or 0x224551) is known color: Teal Blue. HEX triplet: 22, 45 and 51. RGB value is (34,69,81). Sum of RGB (Red+Green+Blue) = 34+69+81=184 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.48% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 81 (32.03% from 255 or 44.02% from 184); Max value from RGB is 81 - color contains mainly: blue. Hex color #224551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224551 is #DDBAAE. Grayscale: #3B3B3B. Windows color (decimal): -14531247 or 5326114. OLE color: 5326114.

HSL color Cylindrical-coordinate representation of color #224551: hue angle of 195.32º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #224551 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 34 69 81 -
CMYK 0.58 0.15 0 0.68
HSL 195.32º 0.41% 0.23% -
HSV(B) 195.32º 0.58% 0.32% -
XYZ 4.27 5.19 8.56 -
YUV 59.9 139.9 109.52 -
System Red Green Blue C M Y K H S L
Decimal 34 69 81 0.58 0.15 0 0.68 195.32 0.41 0.23
Hex 22 45 51 3A F 0 44 C3 29 17
Octal 42 105 121 72 17 0 104 303 51 27
Binary 100010 1000101 1010001 111010 1111 0 1000100 11000011 101001 10111

Color Harmonies of #224551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224551

Black with #224551

Text Example


Text Example

White with #224551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224551; }

 p { color: rgb(34,69,81); }

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

background-color css

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

 a { background-color: rgb(34,69,81); }

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

border-color css

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

 span { border-color: rgb(34,69,81); }

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