#294191

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

Shades of Tory Blue #294191

Tints of Tory Blue #294191

Color information

#294191 (or 0x294191) is unknown color: approx Tory Blue. HEX triplet: 29, 41 and 91. RGB value is (41,65,145). Sum of RGB (Red+Green+Blue) = 41+65+145=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #294191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294191 is #D6BE6E. Grayscale: #424242. Windows color (decimal): -14073455 or 9519401. OLE color: 9519401.

HSL color Cylindrical-coordinate representation of color #294191: hue angle of 226.15º 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 #294191 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4165145-
CMYK0.720.5500.43
HSL226.15º55.91%36.47%-
HSV(B)226.15º71.72%56.86%-
XYZ7.926.327.59-
YUV66.94172.05109.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.33%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 145 (57.03% from 255) = 57.77%
R=16.33%
G=25.90%
B=57.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41651450.720.5500.43226.1555.9136.47
Hex294191483702Be23824
Octal51101221110670533427044
Binary1010011000001100100011001000110111010101111100010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294191; }

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

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

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

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

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

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

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

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