#293a90

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

Shades of Tory Blue #293A90

Tints of Tory Blue #293A90

Color information

#293A90 (or 0x293A90) is unknown color: approx Tory Blue. HEX triplet: 29, 3A and 90. RGB value is (41,58,144). Sum of RGB (Red+Green+Blue) = 41+58+144=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #293A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293A90 is #D6C56F. Grayscale: #3E3E3E. Windows color (decimal): -14075248 or 9452073. OLE color: 9452073.

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

Color convert

RGB4158144-
CMYK0.720.6000.44
HSL230.1º55.68%36.27%-
HSV(B)230.1º71.53%56.47%-
XYZ7.465.5127.06-
YUV62.72173.87112.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.87%
GREEN value IS 58 (23.05% from 255) = 23.87%
BLUE value IS 144 (56.64% from 255) = 59.26%
R=16.87%
G=23.87%
B=59.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41581440.720.6000.44230.155.6836.27
Hex293A90483C02Ce63824
Octal5172220110740543467044
Binary101001111010100100001001000111100010110011100110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293a90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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