#224392

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

Shades of Tory Blue #224392

Tints of Tory Blue #224392

Color information

#224392 (or 0x224392) is unknown color: approx Tory Blue. HEX triplet: 22, 43 and 92. RGB value is (34,67,146). Sum of RGB (Red+Green+Blue) = 34+67+146=247 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.77% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #224392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224392 is #DDBC6D. Grayscale: #414141. Windows color (decimal): -14531694 or 9585442. OLE color: 9585442.

HSL color Cylindrical-coordinate representation of color #224392: hue angle of 222.32º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #224392 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3467146-
CMYK0.770.5400.43
HSL222.32º62.22%35.29%-
HSV(B)222.32º76.71%57.25%-
XYZ7.866.4328.02-
YUV66.14173.07105.08-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.77%
GREEN value IS 67 (26.56% from 255) = 27.13%
BLUE value IS 146 (57.42% from 255) = 59.11%
R=13.77%
G=27.13%
B=59.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal34671460.770.5400.43222.3262.2235.29
Hex2243924D3602Bde3e23
Octal42103222115660533367643
Binary1000101000011100100101001101110110010101111011110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224392; }

 p { color: rgb(34,67,146); }

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

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

 a { background-color: rgb(34,67,146); }

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

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

 span { border-color: rgb(34,67,146); }

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