#294289

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

Shades of Tory Blue #294289

Tints of Tory Blue #294289

Color information

#294289 (or 0x294289) is unknown color: approx Tory Blue. HEX triplet: 29, 42 and 89. RGB value is (41,66,137). Sum of RGB (Red+Green+Blue) = 41+66+137=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 137 (53.91% from 255 or 56.15% from 244); Max value from RGB is 137 - color contains mainly: blue. Hex color #294289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294289 is #D6BD76. Grayscale: #424242. Windows color (decimal): -14073207 or 8995369. OLE color: 8995369.

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

Color convert

RGB4166137-
CMYK0.700.5200.46
HSL224.38º53.93%34.9%-
HSV(B)224.38º70.07%53.73%-
XYZ7.386.1724.47-
YUV66.62167.72109.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.80%
GREEN value IS 66 (26.17% from 255) = 27.05%
BLUE value IS 137 (53.91% from 255) = 56.15%
R=16.80%
G=27.05%
B=56.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41661370.700.5200.46224.3853.9334.9
Hex294289463402Ee03623
Octal51102211106640563406643
Binary1010011000010100010011000110110100010111011100000110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294289; }

 p { color: rgb(41,66,137); }

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

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

 a { background-color: rgb(41,66,137); }

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

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

 span { border-color: rgb(41,66,137); }

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