#294791

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

Shades of Tory Blue #294791

Tints of Tory Blue #294791

Color information

#294791 (or 0x294791) is unknown color: approx Tory Blue. HEX triplet: 29, 47 and 91. RGB value is (41,71,145). Sum of RGB (Red+Green+Blue) = 41+71+145=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #294791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294791 is #D6B86E. Grayscale: #464646. Windows color (decimal): -14071919 or 9520937. OLE color: 9520937.

HSL color Cylindrical-coordinate representation of color #294791: hue angle of 222.69º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #294791 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4171145-
CMYK0.720.5100.43
HSL222.69º55.91%36.47%-
HSV(B)222.69º71.72%56.86%-
XYZ8.287.0227.71-
YUV70.47170.06106.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.95%
GREEN value IS 71 (28.12% from 255) = 27.63%
BLUE value IS 145 (57.03% from 255) = 56.42%
R=15.95%
G=27.63%
B=56.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41711450.720.5100.43222.6955.9136.47
Hex294791483302Bdf3824
Octal51107221110630533377044
Binary1010011000111100100011001000110011010101111011111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294791; }

 p { color: rgb(41,71,145); }

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

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

 a { background-color: rgb(41,71,145); }

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

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

 span { border-color: rgb(41,71,145); }

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