#294291

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

Shades of Tory Blue #294291

Tints of Tory Blue #294291

Color information

#294291 (or 0x294291) is unknown color: approx Tory Blue. HEX triplet: 29, 42 and 91. RGB value is (41,66,145). Sum of RGB (Red+Green+Blue) = 41+66+145=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #294291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294291 is #D6BD6E. Grayscale: #434343. Windows color (decimal): -14073199 or 9519657. OLE color: 9519657.

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

Color convert

RGB4166145-
CMYK0.720.5400.43
HSL225.58º55.91%36.47%-
HSV(B)225.58º71.72%56.86%-
XYZ7.976.4127.61-
YUV67.53171.72109.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.27%
GREEN value IS 66 (26.17% from 255) = 26.19%
BLUE value IS 145 (57.03% from 255) = 57.54%
R=16.27%
G=26.19%
B=57.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41661450.720.5400.43225.5855.9136.47
Hex294291483602Be23824
Octal51102221110660533427044
Binary1010011000010100100011001000110110010101111100010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294291; }

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

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

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

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

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

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

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

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