#293F95

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

Shades of Tory Blue #293F95

Tints of Tory Blue #293F95

Color information

#293F95 (or 0x293F95) is unknown color: approx Tory Blue. HEX triplet: 29, 3F and 95. RGB value is (41,63,149). Sum of RGB (Red+Green+Blue) = 41+63+149=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #293F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293F95 is #D6C06A. Grayscale: #414141. Windows color (decimal): -14073963 or 9781033. OLE color: 9781033.

HSL color Cylindrical-coordinate representation of color #293F95: hue angle of 227.78º 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 #293F95 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4163149-
CMYK0.720.5800.42
HSL227.78º56.84%37.25%-
HSV(B)227.78º72.48%58.43%-
XYZ8.126.229.2-
YUV66.23174.71110.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.21%
GREEN value IS 63 (25% from 255) = 24.90%
BLUE value IS 149 (58.59% from 255) = 58.89%
R=16.21%
G=24.90%
B=58.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41631490.720.5800.42227.7856.8437.25
Hex293F95483A02Ae43925
Octal5177225110720523447145
Binary101001111111100101011001000111010010101011100100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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