#294998

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

Shades of Tory Blue #294998

Tints of Tory Blue #294998

Color information

#294998 (or 0x294998) is unknown color: approx Tory Blue. HEX triplet: 29, 49 and 98. RGB value is (41,73,152). Sum of RGB (Red+Green+Blue) = 41+73+152=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #294998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294998 is #D6B667. Grayscale: #484848. Windows color (decimal): -14071400 or 9980201. OLE color: 9980201.

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

Color convert

RGB4173152-
CMYK0.730.5200.40
HSL222.7º57.51%37.84%-
HSV(B)222.7º73.03%59.61%-
XYZ8.967.530.68-
YUV72.44172.9105.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.41%
GREEN value IS 73 (28.91% from 255) = 27.44%
BLUE value IS 152 (59.77% from 255) = 57.14%
R=15.41%
G=27.44%
B=57.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41731520.730.5200.40222.757.5137.84
Hex2949984934028df3a26
Octal51111230111640503377246
Binary1010011001001100110001001001110100010100011011111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294998; }

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

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

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

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

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

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

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

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