#405191

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

Shades of Tory Blue #405191

Tints of Tory Blue #405191

Color information

#405191 (or 0x405191) is unknown color: approx Tory Blue. HEX triplet: 40, 51 and 91. RGB value is (64,81,145). Sum of RGB (Red+Green+Blue) = 64+81+145=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #405191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405191 is #BFAE6E. Grayscale: #525252. Windows color (decimal): -12562031 or 9523520. OLE color: 9523520.

HSL color Cylindrical-coordinate representation of color #405191: hue angle of 227.41º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #405191 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6481145-
CMYK0.560.4400.43
HSL227.41º38.76%40.98%-
HSV(B)227.41º55.86%56.86%-
XYZ10.179.0227.99-
YUV83.21162.87114.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.07%
GREEN value IS 81 (32.03% from 255) = 27.93%
BLUE value IS 145 (57.03% from 255) = 50%
R=22.07%
G=27.93%
B=50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64811450.560.4400.43227.4138.7640.98
Hex405191382C02Be32729
Octal10012122170540533434751
Binary1000000101000110010001111000101100010101111100011100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405191; }

 p { color: rgb(64,81,145); }

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

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

 a { background-color: rgb(64,81,145); }

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

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

 span { border-color: rgb(64,81,145); }

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