Html Css Color HEX #224553 Teal Blue

📋 copy color: '#224553'

red 34 ◦ green 69 ◦ blue 83

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

Shades of Teal Blue #224553

Tints of Teal Blue #224553

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.1%

 BLUE value IS 83 (32.81% from 255) = 44.62%

R = 18.28%
G = 37.1%
B = 44.62%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#224553 (or 0x224553) is known color: Teal Blue. HEX triplet: 22, 45 and 53. RGB value is (34,69,83). Sum of RGB (Red+Green+Blue) = 34+69+83=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 83 - color contains mainly: blue. Hex color #224553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224553 is #DDBAAC. Grayscale: #3C3C3C. Windows color (decimal): -14531245 or 5457186. OLE color: 5457186.

HSL color Cylindrical-coordinate representation of color #224553: hue angle of 197.14º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #224553 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 34 69 83 -
CMYK 0.59 0.17 0 0.67
HSL 197.14º 0.42% 0.23% -
HSV(B) 197.14º 0.59% 0.33% -
XYZ 4.35 5.22 8.96 -
YUV 60.13 140.9 109.36 -
System Red Green Blue C M Y K H S L
Decimal 34 69 83 0.59 0.17 0 0.67 197.14 0.42 0.23
Hex 22 45 53 3B 11 0 43 C5 2A 17
Octal 42 105 123 73 21 0 103 305 52 27
Binary 100010 1000101 1010011 111011 10001 0 1000011 11000101 101010 10111

Color Harmonies of #224553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224553

Black with #224553

Text Example


Text Example

White with #224553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224553; }

 p { color: rgb(34,69,83); }

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

background-color css

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

 a { background-color: rgb(34,69,83); }

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

border-color css

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

 span { border-color: rgb(34,69,83); }

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