#40588B

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

Shades of Tory Blue #40588B

Tints of Tory Blue #40588B

Color information

#40588B (or 0x40588B) is unknown color: approx Tory Blue. HEX triplet: 40, 58 and 8B. RGB value is (64,88,139). Sum of RGB (Red+Green+Blue) = 64+88+139=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #40588B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40588B is #BFA774. Grayscale: #565656. Windows color (decimal): -12560245 or 9132096. OLE color: 9132096.

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

Color convert

RGB6488139-
CMYK0.540.3700.45
HSL220.8º36.95%39.8%-
HSV(B)220.8º53.96%54.51%-
XYZ10.269.9325.8-
YUV86.64157.55111.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.99%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 139 (54.69% from 255) = 47.77%
R=21.99%
G=30.24%
B=47.77%

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
Decimal64881390.540.3700.45220.836.9539.8
Hex40588B362502Ddd2528
Octal10013021366450553354550
Binary1000000101100010001011110110100101010110111011101100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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