#294299

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

Shades of Tory Blue #294299

Tints of Tory Blue #294299

Color information

#294299 (or 0x294299) is unknown color: approx Tory Blue. HEX triplet: 29, 42 and 99. RGB value is (41,66,153). Sum of RGB (Red+Green+Blue) = 41+66+153=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #294299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294299 is #D6BD66. Grayscale: #444444. Windows color (decimal): -14073191 or 10043945. OLE color: 10043945.

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

Color convert

RGB4166153-
CMYK0.730.5700.4
HSL226.61º57.73%38.04%-
HSV(B)226.61º73.2%60%-
XYZ8.616.6730.97-
YUV68.44175.72108.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.77%
GREEN value IS 66 (26.17% from 255) = 25.38%
BLUE value IS 153 (60.16% from 255) = 58.85%
R=15.77%
G=25.38%
B=58.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal41661530.730.5700.4226.6157.7338.04
Hex2942994939028e33a26
Octal51102231111710503437246
Binary1010011000010100110011001001111001010100011100011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294299; }

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

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

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

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

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

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

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

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