#40558B

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

Shades of Tory Blue #40558B

Tints of Tory Blue #40558B

Color information

#40558B (or 0x40558B) is unknown color: approx Tory Blue. HEX triplet: 40, 55 and 8B. RGB value is (64,85,139). Sum of RGB (Red+Green+Blue) = 64+85+139=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #40558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40558B is #BFAA74. Grayscale: #545454. Windows color (decimal): -12561013 or 9131328. OLE color: 9131328.

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

Color convert

RGB6485139-
CMYK0.540.3900.45
HSL223.2º36.95%39.8%-
HSV(B)223.2º53.96%54.51%-
XYZ10.029.4525.72-
YUV84.88158.54113.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.22%
GREEN value IS 85 (33.59% from 255) = 29.51%
BLUE value IS 139 (54.69% from 255) = 48.26%
R=22.22%
G=29.51%
B=48.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64851390.540.3900.45223.236.9539.8
Hex40558B362702Ddf2528
Octal10012521366470553374550
Binary1000000101010110001011110110100111010110111011111100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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