#405788

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

Shades of Tory Blue #405788

Tints of Tory Blue #405788

Color information

#405788 (or 0x405788) is unknown color: approx Tory Blue. HEX triplet: 40, 57 and 88. RGB value is (64,87,136). Sum of RGB (Red+Green+Blue) = 64+87+136=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #405788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405788 is #BFA877. Grayscale: #555555. Windows color (decimal): -12560504 or 8935232. OLE color: 8935232.

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

Color convert

RGB6487136-
CMYK0.530.3600.47
HSL220.83º36%39.22%-
HSV(B)220.83º52.94%53.33%-
XYZ9.979.6824.64-
YUV85.71156.38112.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.30%
GREEN value IS 87 (34.38% from 255) = 30.31%
BLUE value IS 136 (53.52% from 255) = 47.39%
R=22.30%
G=30.31%
B=47.39%

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
Decimal64871360.530.3600.47220.833639.22
Hex405788352402Fdd2427
Octal10012721065440573354447
Binary1000000101011110001000110101100100010111111011101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405788; }

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

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

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

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

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

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

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

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