#40578B

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

Shades of Tory Blue #40578B

Tints of Tory Blue #40578B

Color information

#40578B (or 0x40578B) is unknown color: approx Tory Blue. HEX triplet: 40, 57 and 8B. RGB value is (64,87,139). Sum of RGB (Red+Green+Blue) = 64+87+139=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #40578B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40578B is #BFA874. Grayscale: #555555. Windows color (decimal): -12560501 or 9131840. OLE color: 9131840.

HSL color Cylindrical-coordinate representation of color #40578B: hue angle of 221.6º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40578B is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6487139-
CMYK0.540.3700.45
HSL221.6º36.95%39.8%-
HSV(B)221.6º53.96%54.51%-
XYZ10.189.7725.78-
YUV86.05157.88112.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.07%
GREEN value IS 87 (34.38% from 255) = 30%
BLUE value IS 139 (54.69% from 255) = 47.93%
R=22.07%
G=30%
B=47.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64871390.540.3700.45221.636.9539.8
Hex40578B362502Dde2528
Octal10012721366450553364550
Binary1000000101011110001011110110100101010110111011110100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40578B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40578B; }

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

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

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

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

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

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

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

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