#294799

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

Shades of Tory Blue #294799

Tints of Tory Blue #294799

Color information

#294799 (or 0x294799) is unknown color: approx Tory Blue. HEX triplet: 29, 47 and 99. RGB value is (41,71,153). Sum of RGB (Red+Green+Blue) = 41+71+153=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #294799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294799 is #D6B866. Grayscale: #474747. Windows color (decimal): -14071911 or 10045225. OLE color: 10045225.

HSL color Cylindrical-coordinate representation of color #294799: hue angle of 223.93º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #294799 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4171153-
CMYK0.730.5400.4
HSL223.93º57.73%38.04%-
HSV(B)223.93º73.2%60%-
XYZ8.927.2831.07-
YUV71.38174.06106.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.47%
GREEN value IS 71 (28.12% from 255) = 26.79%
BLUE value IS 153 (60.16% from 255) = 57.74%
R=15.47%
G=26.79%
B=57.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal41711530.730.5400.4223.9357.7338.04
Hex2947994936028e03a26
Octal51107231111660503407246
Binary1010011000111100110011001001110110010100011100000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294799; }

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

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

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

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

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

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

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

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