#294EA1

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

Shades of Tory Blue #294EA1

Tints of Tory Blue #294EA1

Color information

#294EA1 (or 0x294EA1) is unknown color: approx Tory Blue. HEX triplet: 29, 4E and A1. RGB value is (41,78,161). Sum of RGB (Red+Green+Blue) = 41+78+161=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 161 (63.28% from 255 or 57.5% from 280); Max value from RGB is 161 - color contains mainly: blue. Hex color #294EA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294EA1 is #D6B15E. Grayscale: #4C4C4C. Windows color (decimal): -14070111 or 10571305. OLE color: 10571305.

HSL color Cylindrical-coordinate representation of color #294EA1: hue angle of 221.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #294EA1 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4178161-
CMYK0.750.5200.37
HSL221.5º59.41%39.61%-
HSV(B)221.5º74.53%63.14%-
XYZ10.078.4934.83-
YUV76.4175.74102.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.64%
GREEN value IS 78 (30.86% from 255) = 27.86%
BLUE value IS 161 (63.28% from 255) = 57.5%
R=14.64%
G=27.86%
B=57.5%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal41781610.750.5200.37221.559.4139.61
Hex294EA14B34025de3b28
Octal51116241113640453367350
Binary1010011001110101000011001011110100010010111011110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,78,161); }

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

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

 a { background-color: rgb(41,78,161); }

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

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

 span { border-color: rgb(41,78,161); }

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