#40538B

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

Shades of Tory Blue #40538B

Tints of Tory Blue #40538B

Color information

#40538B (or 0x40538B) is unknown color: approx Tory Blue. HEX triplet: 40, 53 and 8B. RGB value is (64,83,139). Sum of RGB (Red+Green+Blue) = 64+83+139=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #40538B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40538B is #BFAC74. Grayscale: #535353. Windows color (decimal): -12561525 or 9130816. OLE color: 9130816.

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

Color convert

RGB6483139-
CMYK0.540.4000.45
HSL224.8º36.95%39.8%-
HSV(B)224.8º53.96%54.51%-
XYZ9.879.1425.67-
YUV83.7159.21113.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.38%
GREEN value IS 83 (32.81% from 255) = 29.02%
BLUE value IS 139 (54.69% from 255) = 48.60%
R=22.38%
G=29.02%
B=48.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64831390.540.4000.45224.836.9539.8
Hex40538B362802De12528
Octal10012321366500553414550
Binary1000000101001110001011110110101000010110111100001100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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