Html Css Color HEX #224B51 Teal Blue

📋 copy color: '#224B51'

red 34 ◦ green 75 ◦ blue 81

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

Shades of Teal Blue #224B51

Tints of Teal Blue #224B51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 42.63%

R = 17.89%
G = 39.47%
B = 42.63%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#224B51 (or 0x224B51) is known color: Teal Blue. HEX triplet: 22, 4B and 51. RGB value is (34,75,81). Sum of RGB (Red+Green+Blue) = 34+75+81=190 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.89% from 190); Green value is 75 (29.69% from 255 or 39.47% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 81 - color contains mainly: blue. Hex color #224B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224B51 is #DDB4AE. Grayscale: #3F3F3F. Windows color (decimal): -14529711 or 5327650. OLE color: 5327650.

HSL color Cylindrical-coordinate representation of color #224B51: hue angle of 187.66º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #224B51 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 34 75 81 -
CMYK 0.58 0.07 0 0.68
HSL 187.66º 0.41% 0.23% -
HSV(B) 187.66º 0.58% 0.32% -
XYZ 4.66 5.97 8.69 -
YUV 63.43 137.92 107.01 -
System Red Green Blue C M Y K H S L
Decimal 34 75 81 0.58 0.07 0 0.68 187.66 0.41 0.23
Hex 22 4B 51 3A 7 0 44 BC 29 17
Octal 42 113 121 72 7 0 104 274 51 27
Binary 100010 1001011 1010001 111010 111 0 1000100 10111100 101001 10111

Color Harmonies of #224B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224B51

Black with #224B51

Text Example


Text Example

White with #224B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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