#294996

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

Shades of Tory Blue #294996

Tints of Tory Blue #294996

Color information

#294996 (or 0x294996) is unknown color: approx Tory Blue. HEX triplet: 29, 49 and 96. RGB value is (41,73,150). Sum of RGB (Red+Green+Blue) = 41+73+150=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 150 (58.98% from 255 or 56.82% from 264); Max value from RGB is 150 - color contains mainly: blue. Hex color #294996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294996 is #D6B669. Grayscale: #474747. Windows color (decimal): -14071402 or 9849129. OLE color: 9849129.

HSL color Cylindrical-coordinate representation of color #294996: hue angle of 222.39º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #294996 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4173150-
CMYK0.730.5100.41
HSL222.39º57.07%37.45%-
HSV(B)222.39º72.67%58.82%-
XYZ8.87.4429.83-
YUV72.21171.9105.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.53%
GREEN value IS 73 (28.91% from 255) = 27.65%
BLUE value IS 150 (58.98% from 255) = 56.82%
R=15.53%
G=27.65%
B=56.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41731500.730.5100.41222.3957.0737.45
Hex2949964933029de3925
Octal51111226111630513367145
Binary1010011001001100101101001001110011010100111011110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294996; }

 p { color: rgb(41,73,150); }

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

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

 a { background-color: rgb(41,73,150); }

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

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

 span { border-color: rgb(41,73,150); }

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