#40528F

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

Shades of Tory Blue #40528F

Tints of Tory Blue #40528F

Color information

#40528F (or 0x40528F) is unknown color: approx Tory Blue. HEX triplet: 40, 52 and 8F. RGB value is (64,82,143). Sum of RGB (Red+Green+Blue) = 64+82+143=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 143 (56.25% from 255 or 49.48% from 289); Max value from RGB is 143 - color contains mainly: blue. Hex color #40528F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40528F is #BFAD70. Grayscale: #535353. Windows color (decimal): -12561777 or 9392704. OLE color: 9392704.

HSL color Cylindrical-coordinate representation of color #40528F: hue angle of 226.33º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40528F is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6482143-
CMYK0.550.4300.44
HSL226.33º38.16%40.59%-
HSV(B)226.33º55.24%56.08%-
XYZ10.099.1127.21-
YUV83.57161.54114.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.15%
GREEN value IS 82 (32.42% from 255) = 28.37%
BLUE value IS 143 (56.25% from 255) = 49.48%
R=22.15%
G=28.37%
B=49.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64821430.550.4300.44226.3338.1640.59
Hex40528F372B02Ce22629
Octal10012221767530543424651
Binary1000000101001010001111110111101011010110011100010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40528F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40528F; }

 p { color: rgb(64,82,143); }

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

<style>
 a { background-color: #40528F; }

 a { background-color: rgb(64,82,143); }

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

<style>
 span { border-color: #40528F; }

 span { border-color: rgb(64,82,143); }

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