#224195

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

Shades of Tory Blue #224195

Tints of Tory Blue #224195

Color information

#224195 (or 0x224195) is unknown color: approx Tory Blue. HEX triplet: 22, 41 and 95. RGB value is (34,65,149). Sum of RGB (Red+Green+Blue) = 34+65+149=248 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.71% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #224195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224195 is #DDBE6A. Grayscale: #404040. Windows color (decimal): -14532203 or 9781538. OLE color: 9781538.

HSL color Cylindrical-coordinate representation of color #224195: hue angle of 223.83º 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 #224195 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3465149-
CMYK0.770.5600.42
HSL223.83º62.84%35.88%-
HSV(B)223.83º77.18%58.43%-
XYZ7.976.2929.23-
YUV65.31175.23105.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.71%
GREEN value IS 65 (25.78% from 255) = 26.21%
BLUE value IS 149 (58.59% from 255) = 60.08%
R=13.71%
G=26.21%
B=60.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal34651490.770.5600.42223.8362.8435.88
Hex2241954D3802Ae03f24
Octal42101225115700523407744
Binary1000101000001100101011001101111000010101011100000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224195; }

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

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

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

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

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

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

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

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