#405689

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

Shades of Tory Blue #405689

Tints of Tory Blue #405689

Color information

#405689 (or 0x405689) is unknown color: approx Tory Blue. HEX triplet: 40, 56 and 89. RGB value is (64,86,137). Sum of RGB (Red+Green+Blue) = 64+86+137=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #405689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405689 is #BFA976. Grayscale: #555555. Windows color (decimal): -12560759 or 9000512. OLE color: 9000512.

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

Color convert

RGB6486137-
CMYK0.530.3700.46
HSL221.92º36.32%39.41%-
HSV(B)221.92º53.28%53.73%-
XYZ9.969.5524.99-
YUV85.24157.21112.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.30%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 137 (53.91% from 255) = 47.74%
R=22.30%
G=29.97%
B=47.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64861370.530.3700.46221.9236.3239.41
Hex405689352502Ede2427
Octal10012621165450563364447
Binary1000000101011010001001110101100101010111011011110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405689; }

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

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

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

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

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

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

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

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