#224694

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

Shades of Tory Blue #224694

Tints of Tory Blue #224694

Color information

#224694 (or 0x224694) is unknown color: approx Tory Blue. HEX triplet: 22, 46 and 94. RGB value is (34,70,148). Sum of RGB (Red+Green+Blue) = 34+70+148=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #224694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224694 is #DDB96B. Grayscale: #434343. Windows color (decimal): -14530924 or 9717282. OLE color: 9717282.

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

Color convert

RGB3470148-
CMYK0.770.5300.42
HSL221.05º62.64%35.69%-
HSV(B)221.05º77.03%58.04%-
XYZ8.26.8628.91-
YUV68.13173.07103.66-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.49%
GREEN value IS 70 (27.73% from 255) = 27.78%
BLUE value IS 148 (58.20% from 255) = 58.73%
R=13.49%
G=27.78%
B=58.73%

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
Decimal34701480.770.5300.42221.0562.6435.69
Hex2246944D3502Add3f24
Octal42106224115650523357744
Binary1000101000110100101001001101110101010101011011101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224694; }

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

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

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

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

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

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

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

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