#22418E

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

Shades of Tory Blue #22418E

Tints of Tory Blue #22418E

Color information

#22418E (or 0x22418E) is unknown color: approx Tory Blue. HEX triplet: 22, 41 and 8E. RGB value is (34,65,142). Sum of RGB (Red+Green+Blue) = 34+65+142=241 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.11% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #22418E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22418E is #DDBE71. Grayscale: #404040. Windows color (decimal): -14532210 or 9322786. OLE color: 9322786.

HSL color Cylindrical-coordinate representation of color #22418E: hue angle of 222.78º degrees, saturation: 0.61, 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 #22418E is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3465142-
CMYK0.760.5400.44
HSL222.78º61.36%34.51%-
HSV(B)222.78º76.06%55.69%-
XYZ7.436.0726.37-
YUV64.51171.73106.24-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.11%
GREEN value IS 65 (25.78% from 255) = 26.97%
BLUE value IS 142 (55.86% from 255) = 58.92%
R=14.11%
G=26.97%
B=58.92%

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
Decimal34651420.760.5400.44222.7861.3634.51
Hex22418E4C3602Cdf3d23
Octal42101216114660543377543
Binary1000101000001100011101001100110110010110011011111111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22418E; }

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

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

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

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

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

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

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

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