#294098

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

Shades of Tory Blue #294098

Tints of Tory Blue #294098

Color information

#294098 (or 0x294098) is unknown color: approx Tory Blue. HEX triplet: 29, 40 and 98. RGB value is (41,64,152). Sum of RGB (Red+Green+Blue) = 41+64+152=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #294098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294098 is #D6BF67. Grayscale: #424242. Windows color (decimal): -14073704 or 9977897. OLE color: 9977897.

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

Color convert

RGB4164152-
CMYK0.730.5800.40
HSL227.57º57.51%37.84%-
HSV(B)227.57º73.03%59.61%-
XYZ8.426.4130.5-
YUV67.16175.88109.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.95%
GREEN value IS 64 (25.39% from 255) = 24.90%
BLUE value IS 152 (59.77% from 255) = 59.14%
R=15.95%
G=24.90%
B=59.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41641520.730.5800.40227.5757.5137.84
Hex294098493A028e43a26
Octal51100230111720503447246
Binary1010011000000100110001001001111010010100011100100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294098; }

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

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

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

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

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

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

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

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