#294990

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

Shades of Tory Blue #294990

Tints of Tory Blue #294990

Color information

#294990 (or 0x294990) is unknown color: approx Tory Blue. HEX triplet: 29, 49 and 90. RGB value is (41,73,144). Sum of RGB (Red+Green+Blue) = 41+73+144=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 144 (56.64% from 255 or 55.81% from 258); Max value from RGB is 144 - color contains mainly: blue. Hex color #294990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294990 is #D6B66F. Grayscale: #474747. Windows color (decimal): -14071408 or 9455913. OLE color: 9455913.

HSL color Cylindrical-coordinate representation of color #294990: hue angle of 221.36º 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 #294990 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4173144-
CMYK0.720.4900.44
HSL221.36º55.68%36.27%-
HSV(B)221.36º71.53%56.47%-
XYZ8.337.2527.35-
YUV71.53168.9106.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.89%
GREEN value IS 73 (28.91% from 255) = 28.29%
BLUE value IS 144 (56.64% from 255) = 55.81%
R=15.89%
G=28.29%
B=55.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41731440.720.4900.44221.3655.6836.27
Hex294990483102Cdd3824
Octal51111220110610543357044
Binary1010011001001100100001001000110001010110011011101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294990; }

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

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

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

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

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

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

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

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