#294B91

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

Shades of Tory Blue #294B91

Tints of Tory Blue #294B91

Color information

#294B91 (or 0x294B91) is unknown color: approx Tory Blue. HEX triplet: 29, 4B and 91. RGB value is (41,75,145). Sum of RGB (Red+Green+Blue) = 41+75+145=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #294B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294B91 is #D6B46E. Grayscale: #484848. Windows color (decimal): -14070895 or 9521961. OLE color: 9521961.

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

Color convert

RGB4175145-
CMYK0.720.4800.43
HSL220.38º55.91%36.47%-
HSV(B)220.38º71.72%56.86%-
XYZ8.547.5527.79-
YUV72.81168.74105.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.71%
GREEN value IS 75 (29.69% from 255) = 28.74%
BLUE value IS 145 (57.03% from 255) = 55.56%
R=15.71%
G=28.74%
B=55.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41751450.720.4800.43220.3855.9136.47
Hex294B91483002Bdc3824
Octal51113221110600533347044
Binary1010011001011100100011001000110000010101111011100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294B91; }

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

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

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

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

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

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

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

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