#294D9F

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

Shades of Tory Blue #294D9F

Tints of Tory Blue #294D9F

Color information

#294D9F (or 0x294D9F) is unknown color: approx Tory Blue. HEX triplet: 29, 4D and 9F. RGB value is (41,77,159). Sum of RGB (Red+Green+Blue) = 41+77+159=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #294D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294D9F is #D6B260. Grayscale: #4B4B4B. Windows color (decimal): -14070369 or 10439977. OLE color: 10439977.

HSL color Cylindrical-coordinate representation of color #294D9F: hue angle of 221.69º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #294D9F is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4177159-
CMYK0.740.5200.38
HSL221.69º59%39.22%-
HSV(B)221.69º74.21%62.35%-
XYZ9.838.2833.88-
YUV75.58175.07103.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.80%
GREEN value IS 77 (30.47% from 255) = 27.80%
BLUE value IS 159 (62.5% from 255) = 57.40%
R=14.80%
G=27.80%
B=57.40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41771590.740.5200.38221.695939.22
Hex294D9F4A34026de3b27
Octal51115237112640463367347
Binary1010011001101100111111001010110100010011011011110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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