#294487

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

Shades of Tory Blue #294487

Tints of Tory Blue #294487

Color information

#294487 (or 0x294487) is unknown color: approx Tory Blue. HEX triplet: 29, 44 and 87. RGB value is (41,68,135). Sum of RGB (Red+Green+Blue) = 41+68+135=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 135 (53.12% from 255 or 55.33% from 244); Max value from RGB is 135 - color contains mainly: blue. Hex color #294487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294487 is #D6BB78. Grayscale: #434343. Windows color (decimal): -14072697 or 8864809. OLE color: 8864809.

HSL color Cylindrical-coordinate representation of color #294487: hue angle of 222.77º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #294487 is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4168135-
CMYK0.700.5000.47
HSL222.77º53.41%34.51%-
HSV(B)222.77º69.63%52.94%-
XYZ7.356.3523.76-
YUV67.56166.05109.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.80%
GREEN value IS 68 (26.95% from 255) = 27.87%
BLUE value IS 135 (53.12% from 255) = 55.33%
R=16.80%
G=27.87%
B=55.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41681350.700.5000.47222.7753.4134.51
Hex294487463202Fdf3523
Octal51104207106620573376543
Binary1010011000100100001111000110110010010111111011111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294487; }

 p { color: rgb(41,68,135); }

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

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

 a { background-color: rgb(41,68,135); }

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

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

 span { border-color: rgb(41,68,135); }

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