Html Css Color HEX #224651 Teal Blue

📋 copy color: '#224651'

red 34 ◦ green 70 ◦ blue 81

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

Shades of Teal Blue #224651

Tints of Teal Blue #224651

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.84%

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

R = 18.38%
G = 37.84%
B = 43.78%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#224651 (or 0x224651) is known color: Teal Blue. HEX triplet: 22, 46 and 51. RGB value is (34,70,81). Sum of RGB (Red+Green+Blue) = 34+70+81=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 81 - color contains mainly: blue. Hex color #224651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224651 is #DDB9AE. Grayscale: #3C3C3C. Windows color (decimal): -14530991 or 5326370. OLE color: 5326370.

HSL color Cylindrical-coordinate representation of color #224651: hue angle of 194.04º 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 #224651 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 34 70 81 -
CMYK 0.58 0.14 0 0.68
HSL 194.04º 0.41% 0.23% -
HSV(B) 194.04º 0.58% 0.32% -
XYZ 4.34 5.31 8.58 -
YUV 60.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 34 70 81 0.58 0.14 0 0.68 194.04 0.41 0.23
Hex 22 46 51 3A E 0 44 C2 29 17
Octal 42 106 121 72 16 0 104 302 51 27
Binary 100010 1000110 1010001 111010 1110 0 1000100 11000010 101001 10111

Color Harmonies of #224651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224651

Black with #224651

Text Example


Text Example

White with #224651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224651; }

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

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

background-color css

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

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

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

border-color css

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

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

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