#294399

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

Shades of Tory Blue #294399

Tints of Tory Blue #294399

Color information

#294399 (or 0x294399) is unknown color: approx Tory Blue. HEX triplet: 29, 43 and 99. RGB value is (41,67,153). Sum of RGB (Red+Green+Blue) = 41+67+153=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #294399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294399 is #D6BC66. Grayscale: #444444. Windows color (decimal): -14072935 or 10044201. OLE color: 10044201.

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

Color convert

RGB4167153-
CMYK0.730.5600.4
HSL226.07º57.73%38.04%-
HSV(B)226.07º73.2%60%-
XYZ8.676.7930.99-
YUV69.03175.39108.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.71%
GREEN value IS 67 (26.56% from 255) = 25.67%
BLUE value IS 153 (60.16% from 255) = 58.62%
R=15.71%
G=25.67%
B=58.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal41671530.730.5600.4226.0757.7338.04
Hex2943994938028e23a26
Octal51103231111700503427246
Binary1010011000011100110011001001111000010100011100010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294399; }

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

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

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

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

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

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

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

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