#294490

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

Shades of Tory Blue #294490

Tints of Tory Blue #294490

Color information

#294490 (or 0x294490) is unknown color: approx Tory Blue. HEX triplet: 29, 44 and 90. RGB value is (41,68,144). Sum of RGB (Red+Green+Blue) = 41+68+144=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #294490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294490 is #D6BB6F. Grayscale: #444444. Windows color (decimal): -14072688 or 9454633. OLE color: 9454633.

HSL color Cylindrical-coordinate representation of color #294490: hue angle of 224.27º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #294490 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4168144-
CMYK0.720.5300.44
HSL224.27º55.68%36.27%-
HSV(B)224.27º71.53%56.47%-
XYZ8.026.6227.24-
YUV68.59170.55108.32-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.21%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 144 (56.64% from 255) = 56.92%
R=16.21%
G=26.88%
B=56.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41681440.720.5300.44224.2755.6836.27
Hex294490483502Ce03824
Octal51104220110650543407044
Binary1010011000100100100001001000110101010110011100000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294490; }

 p { color: rgb(41,68,144); }

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

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

 a { background-color: rgb(41,68,144); }

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

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

 span { border-color: rgb(41,68,144); }

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