#405687

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

Shades of Tory Blue #405687

Tints of Tory Blue #405687

Color information

#405687 (or 0x405687) is unknown color: approx Tory Blue. HEX triplet: 40, 56 and 87. RGB value is (64,86,135). Sum of RGB (Red+Green+Blue) = 64+86+135=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 135 - color contains mainly: blue. Hex color #405687 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405687 is #BFA978. Grayscale: #545454. Windows color (decimal): -12560761 or 8869440. OLE color: 8869440.

HSL color Cylindrical-coordinate representation of color #405687: hue angle of 221.41º 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 #405687 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6486135-
CMYK0.530.3600.47
HSL221.41º35.68%39.02%-
HSV(B)221.41º52.59%52.94%-
XYZ9.829.4924.24-
YUV85.01156.21113.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.46%
GREEN value IS 86 (33.98% from 255) = 30.18%
BLUE value IS 135 (53.12% from 255) = 47.37%
R=22.46%
G=30.18%
B=47.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64861350.530.3600.47221.4135.6839.02
Hex405687352402Fdd2427
Octal10012620765440573354447
Binary1000000101011010000111110101100100010111111011101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405687; }

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

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

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

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

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

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

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

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