#294794

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

Shades of Tory Blue #294794

Tints of Tory Blue #294794

Color information

#294794 (or 0x294794) is unknown color: approx Tory Blue. HEX triplet: 29, 47 and 94. RGB value is (41,71,148). Sum of RGB (Red+Green+Blue) = 41+71+148=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 148 (58.20% from 255 or 56.92% from 260); Max value from RGB is 148 - color contains mainly: blue. Hex color #294794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294794 is #D6B86B. Grayscale: #464646. Windows color (decimal): -14071916 or 9717545. OLE color: 9717545.

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

Color convert

RGB4171148-
CMYK0.720.5200.42
HSL223.18º56.61%37.06%-
HSV(B)223.18º72.3%58.04%-
XYZ8.517.1228.94-
YUV70.81171.56106.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.77%
GREEN value IS 71 (28.12% from 255) = 27.31%
BLUE value IS 148 (58.20% from 255) = 56.92%
R=15.77%
G=27.31%
B=56.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41711480.720.5200.42223.1856.6137.06
Hex294794483402Adf3925
Octal51107224110640523377145
Binary1010011000111100101001001000110100010101011011111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294794; }

 p { color: rgb(41,71,148); }

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

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

 a { background-color: rgb(41,71,148); }

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

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

 span { border-color: rgb(41,71,148); }

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