#405A88

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

Shades of Tory Blue #405A88

Tints of Tory Blue #405A88

Color information

#405A88 (or 0x405A88) is unknown color: approx Tory Blue. HEX triplet: 40, 5A and 88. RGB value is (64,90,136). Sum of RGB (Red+Green+Blue) = 64+90+136=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #405A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405A88 is #BFA577. Grayscale: #575757. Windows color (decimal): -12559736 or 8936000. OLE color: 8936000.

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

Color convert

RGB6490136-
CMYK0.530.3400.47
HSL218.33º36%39.22%-
HSV(B)218.33º52.94%53.33%-
XYZ10.2110.1824.72-
YUV87.47155.39111.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.07%
GREEN value IS 90 (35.55% from 255) = 31.03%
BLUE value IS 136 (53.52% from 255) = 46.90%
R=22.07%
G=31.03%
B=46.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64901360.530.3400.47218.333639.22
Hex405A88352202Fda2427
Octal10013221065420573324447
Binary1000000101101010001000110101100010010111111011010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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