#294892

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

Shades of Tory Blue #294892

Tints of Tory Blue #294892

Color information

#294892 (or 0x294892) is unknown color: approx Tory Blue. HEX triplet: 29, 48 and 92. RGB value is (41,72,146). Sum of RGB (Red+Green+Blue) = 41+72+146=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #294892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294892 is #D6B76D. Grayscale: #464646. Windows color (decimal): -14071662 or 9586729. OLE color: 9586729.

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

Color convert

RGB4172146-
CMYK0.720.5100.43
HSL222.29º56.15%36.67%-
HSV(B)222.29º71.92%57.25%-
XYZ8.427.1828.14-
YUV71.17170.23106.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.83%
GREEN value IS 72 (28.52% from 255) = 27.80%
BLUE value IS 146 (57.42% from 255) = 56.37%
R=15.83%
G=27.80%
B=56.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41721460.720.5100.43222.2956.1536.67
Hex294892483302Bde3825
Octal51110222110630533367045
Binary1010011001000100100101001000110011010101111011110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294892; }

 p { color: rgb(41,72,146); }

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

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

 a { background-color: rgb(41,72,146); }

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

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

 span { border-color: rgb(41,72,146); }

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