Html Css Color HEX #224957 Teal Blue

📋 copy color: '#224957'

red 34 ◦ green 73 ◦ blue 87

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

Shades of Teal Blue #224957

Tints of Teal Blue #224957

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.63%

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

R = 17.53%
G = 37.63%
B = 44.85%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#224957 (or 0x224957) is known color: Teal Blue. HEX triplet: 22, 49 and 57. RGB value is (34,73,87). Sum of RGB (Red+Green+Blue) = 34+73+87=194 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.53% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #224957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224957 is #DDB6A8. Grayscale: #3E3E3E. Windows color (decimal): -14530217 or 5720354. OLE color: 5720354.

HSL color Cylindrical-coordinate representation of color #224957: hue angle of 195.85º 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 #224957 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 34 73 87 -
CMYK 0.61 0.16 0 0.66
HSL 195.85º 0.44% 0.24% -
HSV(B) 195.85º 0.61% 0.34% -
XYZ 4.76 5.79 9.88 -
YUV 62.94 141.58 107.36 -
System Red Green Blue C M Y K H S L
Decimal 34 73 87 0.61 0.16 0 0.66 195.85 0.44 0.24
Hex 22 49 57 3D 10 0 42 C4 2C 18
Octal 42 111 127 75 20 0 102 304 54 30
Binary 100010 1001001 1010111 111101 10000 0 1000010 11000100 101100 11000

Color Harmonies of #224957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224957

Black with #224957

Text Example


Text Example

White with #224957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224957; }

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

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

background-color css

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

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

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

border-color css

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

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

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