Html Css Color HEX #224B58 Teal Blue

📋 copy color: '#224B58'

red 34 ◦ green 75 ◦ blue 88

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

Shades of Teal Blue #224B58

Tints of Teal Blue #224B58

RGB

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

 GREEN value IS 75 (29.69% from 255) = 38.07%

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

R = 17.26%
G = 38.07%
B = 44.67%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#224B58 (or 0x224B58) is known color: Teal Blue. HEX triplet: 22, 4B and 58. RGB value is (34,75,88). Sum of RGB (Red+Green+Blue) = 34+75+88=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 88 - color contains mainly: blue. Hex color #224B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224B58 is #DDB4A7. Grayscale: #404040. Windows color (decimal): -14529704 or 5786402. OLE color: 5786402.

HSL color Cylindrical-coordinate representation of color #224B58: hue angle of 194.44º 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 #224B58 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 34 75 88 -
CMYK 0.61 0.15 0 0.65
HSL 194.44º 0.44% 0.24% -
HSV(B) 194.44º 0.61% 0.35% -
XYZ 4.94 6.08 10.15 -
YUV 64.22 141.42 106.44 -
System Red Green Blue C M Y K H S L
Decimal 34 75 88 0.61 0.15 0 0.65 194.44 0.44 0.24
Hex 22 4B 58 3D F 0 41 C2 2C 18
Octal 42 113 130 75 17 0 101 302 54 30
Binary 100010 1001011 1011000 111101 1111 0 1000001 11000010 101100 11000

Color Harmonies of #224B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224B58

Black with #224B58

Text Example


Text Example

White with #224B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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