#40548C

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

Shades of Tory Blue #40548C

Tints of Tory Blue #40548C

Color information

#40548C (or 0x40548C) is unknown color: approx Tory Blue. HEX triplet: 40, 54 and 8C. RGB value is (64,84,140). Sum of RGB (Red+Green+Blue) = 64+84+140=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 140 - color contains mainly: blue. Hex color #40548C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40548C is #BFAB73. Grayscale: #545454. Windows color (decimal): -12561268 or 9196608. OLE color: 9196608.

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

Color convert

RGB6484140-
CMYK0.540.400.45
HSL224.21º37.25%40%-
HSV(B)224.21º54.29%54.9%-
XYZ10.029.3226.08-
YUV84.4159.37113.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.22%
GREEN value IS 84 (33.20% from 255) = 29.17%
BLUE value IS 140 (55.08% from 255) = 48.61%
R=22.22%
G=29.17%
B=48.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64841400.540.400.45224.2137.2540
Hex40548C362802De02528
Octal10012421466500553404550
Binary1000000101010010001100110110101000010110111100000100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40548C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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