#294D94

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

Shades of Tory Blue #294D94

Tints of Tory Blue #294D94

Color information

#294D94 (or 0x294D94) is unknown color: approx Tory Blue. HEX triplet: 29, 4D and 94. RGB value is (41,77,148). Sum of RGB (Red+Green+Blue) = 41+77+148=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #294D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294D94 is #D6B26B. Grayscale: #4A4A4A. Windows color (decimal): -14070380 or 9719081. OLE color: 9719081.

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

Color convert

RGB4177148-
CMYK0.720.4800.42
HSL219.81º56.61%37.06%-
HSV(B)219.81º72.3%58.04%-
XYZ8.917.9229.08-
YUV74.33169.57104.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.41%
GREEN value IS 77 (30.47% from 255) = 28.95%
BLUE value IS 148 (58.20% from 255) = 55.64%
R=15.41%
G=28.95%
B=55.64%

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
Decimal41771480.720.4800.42219.8156.6137.06
Hex294D94483002Adc3925
Octal51115224110600523347145
Binary1010011001101100101001001000110000010101011011100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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