#293A91

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

Shades of Tory Blue #293A91

Tints of Tory Blue #293A91

Color information

#293A91 (or 0x293A91) is unknown color: approx Tory Blue. HEX triplet: 29, 3A and 91. RGB value is (41,58,145). Sum of RGB (Red+Green+Blue) = 41+58+145=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #293A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293A91 is #D6C56E. Grayscale: #3E3E3E. Windows color (decimal): -14075247 or 9517609. OLE color: 9517609.

HSL color Cylindrical-coordinate representation of color #293A91: hue angle of 230.19º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #293A91 is Cyan = 0.72, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4158145-
CMYK0.720.600.43
HSL230.19º55.91%36.47%-
HSV(B)230.19º71.72%56.86%-
XYZ7.545.5427.46-
YUV62.84174.37112.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.80%
GREEN value IS 58 (23.05% from 255) = 23.77%
BLUE value IS 145 (57.03% from 255) = 59.43%
R=16.80%
G=23.77%
B=59.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41581450.720.600.43230.1955.9136.47
Hex293A91483C02Be63824
Octal5172221110740533467044
Binary101001111010100100011001000111100010101111100110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,58,145); }

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

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

 a { background-color: rgb(41,58,145); }

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

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

 span { border-color: rgb(41,58,145); }

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