#293A96

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

Shades of Tory Blue #293A96

Tints of Tory Blue #293A96

Color information

#293A96 (or 0x293A96) is unknown color: approx Tory Blue. HEX triplet: 29, 3A and 96. RGB value is (41,58,150). Sum of RGB (Red+Green+Blue) = 41+58+150=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 150 (58.98% from 255 or 60.24% from 249); Max value from RGB is 150 - color contains mainly: blue. Hex color #293A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293A96 is #D6C569. Grayscale: #3F3F3F. Windows color (decimal): -14075242 or 9845289. OLE color: 9845289.

HSL color Cylindrical-coordinate representation of color #293A96: hue angle of 230.64º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #293A96 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4158150-
CMYK0.730.6100.41
HSL230.64º57.07%37.45%-
HSV(B)230.64º72.67%58.82%-
XYZ7.935.729.54-
YUV63.4176.87112.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.47%
GREEN value IS 58 (23.05% from 255) = 23.29%
BLUE value IS 150 (58.98% from 255) = 60.24%
R=16.47%
G=23.29%
B=60.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41581500.730.6100.41230.6457.0737.45
Hex293A96493D029e73925
Octal5172226111750513477145
Binary101001111010100101101001001111101010100111100111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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