#405A8E

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

Shades of Tory Blue #405A8E

Tints of Tory Blue #405A8E

Color information

#405A8E (or 0x405A8E) is unknown color: approx Tory Blue. HEX triplet: 40, 5A and 8E. RGB value is (64,90,142). Sum of RGB (Red+Green+Blue) = 64+90+142=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 142 - color contains mainly: blue. Hex color #405A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405A8E is #BFA571. Grayscale: #575757. Windows color (decimal): -12559730 or 9329216. OLE color: 9329216.

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

Color convert

RGB6490142-
CMYK0.550.3700.44
HSL220º37.86%40.39%-
HSV(B)220º54.93%55.69%-
XYZ10.6510.3627.03-
YUV88.15158.39110.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.62%
GREEN value IS 90 (35.55% from 255) = 30.41%
BLUE value IS 142 (55.86% from 255) = 47.97%
R=21.62%
G=30.41%
B=47.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64901420.550.3700.4422037.8640.39
Hex405A8E372502Cdc2628
Octal10013221667450543344650
Binary1000000101101010001110110111100101010110011011100100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405A8E; }

 p { color: rgb(64,90,142); }

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

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

 a { background-color: rgb(64,90,142); }

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

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

 span { border-color: rgb(64,90,142); }

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