#293b95

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

Shades of Tory Blue #293B95

Tints of Tory Blue #293B95

Color information

#293B95 (or 0x293B95) is unknown color: approx Tory Blue. HEX triplet: 29, 3B and 95. RGB value is (41,59,149). Sum of RGB (Red+Green+Blue) = 41+59+149=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #293B95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293B95 is #D6C46A. Grayscale: #3F3F3F. Windows color (decimal): -14074987 or 9780009. OLE color: 9780009.

HSL color Cylindrical-coordinate representation of color #293B95: hue angle of 230º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #293B95 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4159149-
CMYK0.720.6000.42
HSL230º56.84%37.25%-
HSV(B)230º72.48%58.43%-
XYZ7.95.7729.13-
YUV63.88176.04111.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.47%
GREEN value IS 59 (23.44% from 255) = 23.69%
BLUE value IS 149 (58.59% from 255) = 59.84%
R=16.47%
G=23.69%
B=59.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41591490.720.6000.4223056.8437.25
Hex293B95483C02Ae63925
Octal5173225110740523467145
Binary101001111011100101011001000111100010101011100110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293b95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,59,149); }

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

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

 a { background-color: rgb(41,59,149); }

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

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

 span { border-color: rgb(41,59,149); }

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