#294D93

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

Shades of Tory Blue #294D93

Tints of Tory Blue #294D93

Color information

#294D93 (or 0x294D93) is unknown color: approx Tory Blue. HEX triplet: 29, 4D and 93. RGB value is (41,77,147). Sum of RGB (Red+Green+Blue) = 41+77+147=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 147 (57.81% from 255 or 55.47% from 265); Max value from RGB is 147 - color contains mainly: blue. Hex color #294D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294D93 is #D6B26C. Grayscale: #494949. Windows color (decimal): -14070381 or 9653545. OLE color: 9653545.

HSL color Cylindrical-coordinate representation of color #294D93: hue angle of 219.62º degrees, saturation: 0.56, 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 #294D93 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4177147-
CMYK0.720.4800.42
HSL219.62º56.38%36.86%-
HSV(B)219.62º72.11%57.65%-
XYZ8.837.8928.66-
YUV74.22169.07104.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.47%
GREEN value IS 77 (30.47% from 255) = 29.06%
BLUE value IS 147 (57.81% from 255) = 55.47%
R=15.47%
G=29.06%
B=55.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41771470.720.4800.42219.6256.3836.86
Hex294D93483002Adc3825
Octal51115223110600523347045
Binary1010011001101100100111001000110000010101011011100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294D93; }

 p { color: rgb(41,77,147); }

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

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

 a { background-color: rgb(41,77,147); }

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

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

 span { border-color: rgb(41,77,147); }

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