#294899

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

Shades of Tory Blue #294899

Tints of Tory Blue #294899

Color information

#294899 (or 0x294899) is unknown color: approx Tory Blue. HEX triplet: 29, 48 and 99. RGB value is (41,72,153). Sum of RGB (Red+Green+Blue) = 41+72+153=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #294899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294899 is #D6B766. Grayscale: #474747. Windows color (decimal): -14071655 or 10045481. OLE color: 10045481.

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

Color convert

RGB4172153-
CMYK0.730.5300.4
HSL223.39º57.73%38.04%-
HSV(B)223.39º73.2%60%-
XYZ8.987.4131.09-
YUV71.96173.73105.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.41%
GREEN value IS 72 (28.52% from 255) = 27.07%
BLUE value IS 153 (60.16% from 255) = 57.52%
R=15.41%
G=27.07%
B=57.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal41721530.730.5300.4223.3957.7338.04
Hex2948994935028df3a26
Octal51110231111650503377246
Binary1010011001000100110011001001110101010100011011111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294899; }

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

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

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

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

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

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

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

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