#405688

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

Shades of Tory Blue #405688

Tints of Tory Blue #405688

Color information

#405688 (or 0x405688) is unknown color: approx Tory Blue. HEX triplet: 40, 56 and 88. RGB value is (64,86,136). Sum of RGB (Red+Green+Blue) = 64+86+136=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #405688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405688 is #BFA977. Grayscale: #545454. Windows color (decimal): -12560760 or 8934976. OLE color: 8934976.

HSL color Cylindrical-coordinate representation of color #405688: hue angle of 221.67º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #405688 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6486136-
CMYK0.530.3700.47
HSL221.67º36%39.22%-
HSV(B)221.67º52.94%53.33%-
XYZ9.899.5224.61-
YUV85.12156.71112.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.38%
GREEN value IS 86 (33.98% from 255) = 30.07%
BLUE value IS 136 (53.52% from 255) = 47.55%
R=22.38%
G=30.07%
B=47.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64861360.530.3700.47221.673639.22
Hex405688352502Fde2427
Octal10012621065450573364447
Binary1000000101011010001000110101100101010111111011110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405688; }

 p { color: rgb(64,86,136); }

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

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

 a { background-color: rgb(64,86,136); }

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

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

 span { border-color: rgb(64,86,136); }

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