#293D96

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

Shades of Tory Blue #293D96

Tints of Tory Blue #293D96

Color information

#293D96 (or 0x293D96) is unknown color: approx Tory Blue. HEX triplet: 29, 3D and 96. RGB value is (41,61,150). Sum of RGB (Red+Green+Blue) = 41+61+150=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 150 (58.98% from 255 or 59.52% from 252); Max value from RGB is 150 - color contains mainly: blue. Hex color #293D96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293D96 is #D6C269. Grayscale: #404040. Windows color (decimal): -14074474 or 9846057. OLE color: 9846057.

HSL color Cylindrical-coordinate representation of color #293D96: hue angle of 228.99º 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 #293D96 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4161150-
CMYK0.730.5900.41
HSL228.99º57.07%37.45%-
HSV(B)228.99º72.67%58.82%-
XYZ8.096.0129.59-
YUV65.17175.87110.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.27%
GREEN value IS 61 (24.22% from 255) = 24.21%
BLUE value IS 150 (58.98% from 255) = 59.52%
R=16.27%
G=24.21%
B=59.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41611500.730.5900.41228.9957.0737.45
Hex293D96493B029e53925
Octal5175226111730513457145
Binary101001111101100101101001001111011010100111100101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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