#224695

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

Shades of Tory Blue #224695

Tints of Tory Blue #224695

Color information

#224695 (or 0x224695) is unknown color: approx Tory Blue. HEX triplet: 22, 46 and 95. RGB value is (34,70,149). Sum of RGB (Red+Green+Blue) = 34+70+149=253 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.44% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #224695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224695 is #DDB96A. Grayscale: #434343. Windows color (decimal): -14530923 or 9782818. OLE color: 9782818.

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

Color convert

RGB3470149-
CMYK0.770.5300.42
HSL221.22º62.84%35.88%-
HSV(B)221.22º77.18%58.43%-
XYZ8.276.8929.33-
YUV68.24173.57103.58-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.44%
GREEN value IS 70 (27.73% from 255) = 27.67%
BLUE value IS 149 (58.59% from 255) = 58.89%
R=13.44%
G=27.67%
B=58.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal34701490.770.5300.42221.2262.8435.88
Hex2246954D3502Add3f24
Octal42106225115650523357744
Binary1000101000110100101011001101110101010101011011101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224695; }

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

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

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

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

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

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

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

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