#294898

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

Shades of Tory Blue #294898

Tints of Tory Blue #294898

Color information

#294898 (or 0x294898) is unknown color: approx Tory Blue. HEX triplet: 29, 48 and 98. RGB value is (41,72,152). Sum of RGB (Red+Green+Blue) = 41+72+152=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 152 (59.77% from 255 or 57.36% from 265); Max value from RGB is 152 - color contains mainly: blue. Hex color #294898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294898 is #D6B767. Grayscale: #474747. Windows color (decimal): -14071656 or 9979945. OLE color: 9979945.

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

Color convert

RGB4172152-
CMYK0.730.5300.40
HSL223.24º57.51%37.84%-
HSV(B)223.24º73.03%59.61%-
XYZ8.97.3730.66-
YUV71.85173.23106-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.47%
GREEN value IS 72 (28.52% from 255) = 27.17%
BLUE value IS 152 (59.77% from 255) = 57.36%
R=15.47%
G=27.17%
B=57.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41721520.730.5300.40223.2457.5137.84
Hex2948984935028df3a26
Octal51110230111650503377246
Binary1010011001000100110001001001110101010100011011111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294898; }

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

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

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

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

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

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

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

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