#40578C

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

Shades of Tory Blue #40578C

Tints of Tory Blue #40578C

Color information

#40578C (or 0x40578C) is unknown color: approx Tory Blue. HEX triplet: 40, 57 and 8C. RGB value is (64,87,140). Sum of RGB (Red+Green+Blue) = 64+87+140=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 140 - color contains mainly: blue. Hex color #40578C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40578C is #BFA873. Grayscale: #555555. Windows color (decimal): -12560500 or 9197376. OLE color: 9197376.

HSL color Cylindrical-coordinate representation of color #40578C: hue angle of 221.84º 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 #40578C is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6487140-
CMYK0.540.3800.45
HSL221.84º37.25%40%-
HSV(B)221.84º54.29%54.9%-
XYZ10.269.826.16-
YUV86.16158.38112.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.99%
GREEN value IS 87 (34.38% from 255) = 29.90%
BLUE value IS 140 (55.08% from 255) = 48.11%
R=21.99%
G=29.90%
B=48.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64871400.540.3800.45221.8437.2540
Hex40578C362602Dde2528
Octal10012721466460553364550
Binary1000000101011110001100110110100110010110111011110100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40578C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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