Html Css Color HEX #224799 Tory Blue

📋 copy color: '#224799'

red 34 ◦ green 71 ◦ blue 153

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

Shades of Tory Blue #224799

Tints of Tory Blue #224799

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.52%

 BLUE value IS 153 (60.16% from 255) = 59.3%

R = 13.18%
G = 27.52%
B = 59.3%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#224799 (or 0x224799) is known color: Tory Blue. HEX triplet: 22, 47 and 99. RGB value is (34,71,153). Sum of RGB (Red+Green+Blue) = 34+71+153=258 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.18% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #224799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224799 is #DDB866. Grayscale: #444444. Windows color (decimal): -14530663 or 10045218. OLE color: 10045218.

HSL color Cylindrical-coordinate representation of color #224799: hue angle of 221.34º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #224799 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 34 71 153 -
CMYK 0.78 0.54 0 0.4
HSL 221.34º 0.64% 0.37% -
HSV(B) 221.34º 0.78% 0.6% -
XYZ 8.66 7.15 31.06 -
YUV 69.29 175.24 102.83 -
System Red Green Blue C M Y K H S L
Decimal 34 71 153 0.78 0.54 0 0.4 221.34 0.64 0.37
Hex 22 47 99 4E 36 0 28 DD 40 25
Octal 42 107 231 116 66 0 50 335 100 45
Binary 100010 1000111 10011001 1001110 110110 0 101000 11011101 1000000 100101

Color Harmonies of #224799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224799

Black with #224799

Text Example


Text Example

White with #224799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224799; }

 p { color: rgb(34,71,153); }

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

background-color css

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

 a { background-color: rgb(34,71,153); }

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

border-color css

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

 span { border-color: rgb(34,71,153); }

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