#294298

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

Shades of Tory Blue #294298

Tints of Tory Blue #294298

Color information

#294298 (or 0x294298) is unknown color: approx Tory Blue. HEX triplet: 29, 42 and 98. RGB value is (41,66,152). Sum of RGB (Red+Green+Blue) = 41+66+152=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 152 (59.77% from 255 or 58.69% from 259); Max value from RGB is 152 - color contains mainly: blue. Hex color #294298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294298 is #D6BD67. Grayscale: #434343. Windows color (decimal): -14073192 or 9978409. OLE color: 9978409.

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

Color convert

RGB4166152-
CMYK0.730.5700.40
HSL226.49º57.51%37.84%-
HSV(B)226.49º73.03%59.61%-
XYZ8.536.6330.54-
YUV68.33175.22108.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.83%
GREEN value IS 66 (26.17% from 255) = 25.48%
BLUE value IS 152 (59.77% from 255) = 58.69%
R=15.83%
G=25.48%
B=58.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41661520.730.5700.40226.4957.5137.84
Hex2942984939028e23a26
Octal51102230111710503427246
Binary1010011000010100110001001001111001010100011100010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294298; }

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

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

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

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

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

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

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

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