#294592

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

Shades of Tory Blue #294592

Tints of Tory Blue #294592

Color information

#294592 (or 0x294592) is unknown color: approx Tory Blue. HEX triplet: 29, 45 and 92. RGB value is (41,69,146). Sum of RGB (Red+Green+Blue) = 41+69+146=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #294592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294592 is #D6BA6D. Grayscale: #454545. Windows color (decimal): -14072430 or 9585961. OLE color: 9585961.

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

Color convert

RGB4169146-
CMYK0.720.5300.43
HSL224º56.15%36.67%-
HSV(B)224º71.92%57.25%-
XYZ8.236.828.07-
YUV69.41171.22107.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.02%
GREEN value IS 69 (27.34% from 255) = 26.95%
BLUE value IS 146 (57.42% from 255) = 57.03%
R=16.02%
G=26.95%
B=57.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41691460.720.5300.4322456.1536.67
Hex294592483502Be03825
Octal51105222110650533407045
Binary1010011000101100100101001000110101010101111100000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294592; }

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

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

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

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

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

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

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

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