#294894

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

Shades of Tory Blue #294894

Tints of Tory Blue #294894

Color information

#294894 (or 0x294894) is unknown color: approx Tory Blue. HEX triplet: 29, 48 and 94. RGB value is (41,72,148). Sum of RGB (Red+Green+Blue) = 41+72+148=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #294894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294894 is #D6B76B. Grayscale: #474747. Windows color (decimal): -14071660 or 9717801. OLE color: 9717801.

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

Color convert

RGB4172148-
CMYK0.720.5100.42
HSL222.62º56.61%37.06%-
HSV(B)222.62º72.3%58.04%-
XYZ8.587.2428.96-
YUV71.4171.23106.32-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.71%
GREEN value IS 72 (28.52% from 255) = 27.59%
BLUE value IS 148 (58.20% from 255) = 56.70%
R=15.71%
G=27.59%
B=56.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41721480.720.5100.42222.6256.6137.06
Hex294894483302Adf3925
Octal51110224110630523377145
Binary1010011001000100101001001000110011010101011011111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294894; }

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

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

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

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

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

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

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

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