#293E89

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

Shades of Tory Blue #293E89

Tints of Tory Blue #293E89

Color information

#293E89 (or 0x293E89) is unknown color: approx Tory Blue. HEX triplet: 29, 3E and 89. RGB value is (41,62,137). Sum of RGB (Red+Green+Blue) = 41+62+137=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #293E89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293E89 is #D6C176. Grayscale: #3F3F3F. Windows color (decimal): -14074231 or 8994345. OLE color: 8994345.

HSL color Cylindrical-coordinate representation of color #293E89: hue angle of 226.88º 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 #293E89 is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4162137-
CMYK0.700.5500.46
HSL226.88º53.93%34.9%-
HSV(B)226.88º70.07%53.73%-
XYZ7.155.7224.39-
YUV64.27169.04111.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.08%
GREEN value IS 62 (24.61% from 255) = 25.83%
BLUE value IS 137 (53.91% from 255) = 57.08%
R=17.08%
G=25.83%
B=57.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41621370.700.5500.46226.8853.9334.9
Hex293E89463702Ee33623
Octal5176211106670563436643
Binary101001111110100010011000110110111010111011100011110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293E89; }

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

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

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

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

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

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

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

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