#224290

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

Shades of Tory Blue #224290

Tints of Tory Blue #224290

Color information

#224290 (or 0x224290) is unknown color: approx Tory Blue. HEX triplet: 22, 42 and 90. RGB value is (34,66,144). Sum of RGB (Red+Green+Blue) = 34+66+144=244 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.93% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #224290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224290 is #DDBD6F. Grayscale: #404040. Windows color (decimal): -14531952 or 9454114. OLE color: 9454114.

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

Color convert

RGB3466144-
CMYK0.760.5400.44
HSL222.55º61.8%34.9%-
HSV(B)222.55º76.39%56.47%-
XYZ7.646.2527.19-
YUV65.32172.4105.66-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.93%
GREEN value IS 66 (26.17% from 255) = 27.05%
BLUE value IS 144 (56.64% from 255) = 59.02%
R=13.93%
G=27.05%
B=59.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal34661440.760.5400.44222.5561.834.9
Hex2242904C3602Cdf3e23
Octal42102220114660543377643
Binary1000101000010100100001001100110110010110011011111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224290; }

 p { color: rgb(34,66,144); }

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

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

 a { background-color: rgb(34,66,144); }

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

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

 span { border-color: rgb(34,66,144); }

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