#40538C

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

Shades of Tory Blue #40538C

Tints of Tory Blue #40538C

Color information

#40538C (or 0x40538C) is unknown color: approx Tory Blue. HEX triplet: 40, 53 and 8C. RGB value is (64,83,140). Sum of RGB (Red+Green+Blue) = 64+83+140=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #40538C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40538C is #BFAC73. Grayscale: #535353. Windows color (decimal): -12561524 or 9196352. OLE color: 9196352.

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

Color convert

RGB6483140-
CMYK0.540.4100.45
HSL225º37.25%40%-
HSV(B)225º54.29%54.9%-
XYZ9.949.1726.06-
YUV83.82159.71113.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.30%
GREEN value IS 83 (32.81% from 255) = 28.92%
BLUE value IS 140 (55.08% from 255) = 48.78%
R=22.30%
G=28.92%
B=48.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64831400.540.4100.4522537.2540
Hex40538C362902De12528
Octal10012321466510553414550
Binary1000000101001110001100110110101001010110111100001100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40538C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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