Html Css Color HEX #224A58 Teal Blue

📋 copy color: '#224A58'

red 34 ◦ green 74 ◦ blue 88

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

Shades of Teal Blue #224A58

Tints of Teal Blue #224A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 44.9%

R = 17.35%
G = 37.76%
B = 44.9%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#224A58 (or 0x224A58) is known color: Teal Blue. HEX triplet: 22, 4A and 58. RGB value is (34,74,88). Sum of RGB (Red+Green+Blue) = 34+74+88=196 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.35% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #224A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224A58 is #DDB5A7. Grayscale: #3F3F3F. Windows color (decimal): -14529960 or 5786146. OLE color: 5786146.

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

Color convert

RGB 34 74 88 -
CMYK 0.61 0.16 0 0.65
HSL 195.56º 0.44% 0.24% -
HSV(B) 195.56º 0.61% 0.35% -
XYZ 4.87 5.94 10.12 -
YUV 63.64 141.75 106.86 -
System Red Green Blue C M Y K H S L
Decimal 34 74 88 0.61 0.16 0 0.65 195.56 0.44 0.24
Hex 22 4A 58 3D 10 0 41 C4 2C 18
Octal 42 112 130 75 20 0 101 304 54 30
Binary 100010 1001010 1011000 111101 10000 0 1000001 11000100 101100 11000

Color Harmonies of #224A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224A58

Black with #224A58

Text Example


Text Example

White with #224A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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