Html Css Color HEX #224A57 Teal Blue

📋 copy color: '#224A57'

red 34 ◦ green 74 ◦ blue 87

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

Shades of Teal Blue #224A57

Tints of Teal Blue #224A57

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.95%

 BLUE value IS 87 (34.38% from 255) = 44.62%

R = 17.44%
G = 37.95%
B = 44.62%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#224A57 (or 0x224A57) is known color: Teal Blue. HEX triplet: 22, 4A and 57. RGB value is (34,74,87). Sum of RGB (Red+Green+Blue) = 34+74+87=195 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.44% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 87 - color contains mainly: blue. Hex color #224A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224A57 is #DDB5A8. Grayscale: #3F3F3F. Windows color (decimal): -14529961 or 5720610. OLE color: 5720610.

HSL color Cylindrical-coordinate representation of color #224A57: hue angle of 194.72º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #224A57 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 34 74 87 -
CMYK 0.61 0.15 0 0.66
HSL 194.72º 0.44% 0.24% -
HSV(B) 194.72º 0.61% 0.34% -
XYZ 4.83 5.93 9.91 -
YUV 63.52 141.25 106.94 -
System Red Green Blue C M Y K H S L
Decimal 34 74 87 0.61 0.15 0 0.66 194.72 0.44 0.24
Hex 22 4A 57 3D F 0 42 C3 2C 18
Octal 42 112 127 75 17 0 102 303 54 30
Binary 100010 1001010 1010111 111101 1111 0 1000010 11000011 101100 11000

Color Harmonies of #224A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224A57

Black with #224A57

Text Example


Text Example

White with #224A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224A57; }

 p { color: rgb(34,74,87); }

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

background-color css

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

 a { background-color: rgb(34,74,87); }

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

border-color css

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

 span { border-color: rgb(34,74,87); }

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