Html Css Color HEX #224A5A Teal Blue

📋 copy color: '#224A5A'

red 34 ◦ green 74 ◦ blue 90

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

Shades of Teal Blue #224A5A

Tints of Teal Blue #224A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 45.45%

R = 17.17%
G = 37.37%
B = 45.45%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#224A5A (or 0x224A5A) is known color: Teal Blue. HEX triplet: 22, 4A and 5A. RGB value is (34,74,90). Sum of RGB (Red+Green+Blue) = 34+74+90=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #224A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224A5A is #DDB5A5. Grayscale: #3F3F3F. Windows color (decimal): -14529958 or 5917218. OLE color: 5917218.

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

Color convert

RGB 34 74 90 -
CMYK 0.62 0.18 0 0.65
HSL 197.14º 0.45% 0.24% -
HSV(B) 197.14º 0.62% 0.35% -
XYZ 4.95 5.98 10.57 -
YUV 63.86 142.75 106.7 -
System Red Green Blue C M Y K H S L
Decimal 34 74 90 0.62 0.18 0 0.65 197.14 0.45 0.24
Hex 22 4A 5A 3E 12 0 41 C5 2D 18
Octal 42 112 132 76 22 0 101 305 55 30
Binary 100010 1001010 1011010 111110 10010 0 1000001 11000101 101101 11000

Color Harmonies of #224A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224A5A

Black with #224A5A

Text Example


Text Example

White with #224A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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