#294B8F

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

Shades of Tory Blue #294B8F

Tints of Tory Blue #294B8F

Color information

#294B8F (or 0x294B8F) is unknown color: approx Tory Blue. HEX triplet: 29, 4B and 8F. RGB value is (41,75,143). Sum of RGB (Red+Green+Blue) = 41+75+143=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 143 (56.25% from 255 or 55.21% from 259); Max value from RGB is 143 - color contains mainly: blue. Hex color #294B8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294B8F is #D6B470. Grayscale: #484848. Windows color (decimal): -14070897 or 9390889. OLE color: 9390889.

HSL color Cylindrical-coordinate representation of color #294B8F: hue angle of 220º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #294B8F is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4175143-
CMYK0.710.4800.44
HSL220º55.43%36.08%-
HSV(B)220º71.33%56.08%-
XYZ8.397.4926.99-
YUV72.59167.74105.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.83%
GREEN value IS 75 (29.69% from 255) = 28.96%
BLUE value IS 143 (56.25% from 255) = 55.21%
R=15.83%
G=28.96%
B=55.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41751430.710.4800.4422055.4336.08
Hex294B8F473002Cdc3724
Octal51113217107600543346744
Binary1010011001011100011111000111110000010110011011100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,75,143); }

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

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

 a { background-color: rgb(41,75,143); }

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

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

 span { border-color: rgb(41,75,143); }

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