#405190

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

Shades of Tory Blue #405190

Tints of Tory Blue #405190

Color information

#405190 (or 0x405190) is unknown color: approx Tory Blue. HEX triplet: 40, 51 and 90. RGB value is (64,81,144). Sum of RGB (Red+Green+Blue) = 64+81+144=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #405190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405190 is #BFAE6F. Grayscale: #525252. Windows color (decimal): -12562032 or 9457984. OLE color: 9457984.

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

Color convert

RGB6481144-
CMYK0.560.4400.44
HSL227.25º38.46%40.78%-
HSV(B)227.25º55.56%56.47%-
XYZ10.098.9927.59-
YUV83.1162.37114.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.15%
GREEN value IS 81 (32.03% from 255) = 28.03%
BLUE value IS 144 (56.64% from 255) = 49.83%
R=22.15%
G=28.03%
B=49.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64811440.560.4400.44227.2538.4640.78
Hex405190382C02Ce32629
Octal10012122070540543434651
Binary1000000101000110010000111000101100010110011100011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405190; }

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

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

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

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

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

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

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

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