#294994

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

Shades of Tory Blue #294994

Tints of Tory Blue #294994

Color information

#294994 (or 0x294994) is unknown color: approx Tory Blue. HEX triplet: 29, 49 and 94. RGB value is (41,73,148). Sum of RGB (Red+Green+Blue) = 41+73+148=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #294994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294994 is #D6B66B. Grayscale: #474747. Windows color (decimal): -14071404 or 9718057. OLE color: 9718057.

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

Color convert

RGB4173148-
CMYK0.720.5100.42
HSL222.06º56.61%37.06%-
HSV(B)222.06º72.3%58.04%-
XYZ8.647.3728.98-
YUV71.98170.9105.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.65%
GREEN value IS 73 (28.91% from 255) = 27.86%
BLUE value IS 148 (58.20% from 255) = 56.49%
R=15.65%
G=27.86%
B=56.49%

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
Decimal41731480.720.5100.42222.0656.6137.06
Hex294994483302Ade3925
Octal51111224110630523367145
Binary1010011001001100101001001000110011010101011011110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294994; }

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

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

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

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

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

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

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

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