Html Css Color HEX #224655 Teal Blue

📋 copy color: '#224655'

red 34 ◦ green 70 ◦ blue 85

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

Shades of Teal Blue #224655

Tints of Teal Blue #224655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 44.97%

R = 17.99%
G = 37.04%
B = 44.97%

CMYK

 C value IS 0.60

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#224655 (or 0x224655) is known color: Teal Blue. HEX triplet: 22, 46 and 55. RGB value is (34,70,85). Sum of RGB (Red+Green+Blue) = 34+70+85=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #224655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224655 is #DDB9AA. Grayscale: #3C3C3C. Windows color (decimal): -14530987 or 5588514. OLE color: 5588514.

HSL color Cylindrical-coordinate representation of color #224655: hue angle of 197.65º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #224655 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 34 70 85 -
CMYK 0.60 0.18 0 0.67
HSL 197.65º 0.43% 0.23% -
HSV(B) 197.65º 0.6% 0.33% -
XYZ 4.49 5.38 9.4 -
YUV 60.95 141.57 108.78 -
System Red Green Blue C M Y K H S L
Decimal 34 70 85 0.60 0.18 0 0.67 197.65 0.43 0.23
Hex 22 46 55 3C 12 0 43 C6 2B 17
Octal 42 106 125 74 22 0 103 306 53 27
Binary 100010 1000110 1010101 111100 10010 0 1000011 11000110 101011 10111

Color Harmonies of #224655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224655

Black with #224655

Text Example


Text Example

White with #224655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224655; }

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

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

background-color css

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

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

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

border-color css

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

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

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