#224795

Color #224795 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #224795

Tints of Tory Blue #224795

Color information

#224795 (or 0x224795) is unknown color: approx Tory Blue. HEX triplet: 22, 47 and 95. RGB value is (34,71,149). Sum of RGB (Red+Green+Blue) = 34+71+149=254 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.39% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #224795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224795 is #DDB86A. Grayscale: #444444. Windows color (decimal): -14530667 or 9783074. OLE color: 9783074.

HSL color Cylindrical-coordinate representation of color #224795: hue angle of 220.7º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #224795 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3471149-
CMYK0.770.5200.42
HSL220.7º62.84%35.88%-
HSV(B)220.7º77.18%58.43%-
XYZ8.347.0229.35-
YUV68.83173.24103.16-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.39%
GREEN value IS 71 (28.12% from 255) = 27.95%
BLUE value IS 149 (58.59% from 255) = 58.66%
R=13.39%
G=27.95%
B=58.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal34711490.770.5200.42220.762.8435.88
Hex2247954D3402Add3f24
Octal42107225115640523357744
Binary1000101000111100101011001101110100010101011011101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224795; }

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

 H1.HeaderClassName
 {
   color: #224795;
 }
 .AnyTagClassName
 {
   color: #224795;
 }
</style>
background-color css

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

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

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

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

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

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