Shades of Tory Blue #40527F
Tints of Tory Blue #40527F
RGB
CMYK
RGB Variations
Color information
#40527F (or 0x40527F) is known color: Tory Blue. HEX triplet: 40, 52 and 7F. RGB value is (64,82,127). Sum of RGB (Red+Green+Blue) = 64+82+127=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 127 - color contains mainly: blue. Hex color #40527F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40527F is #BFAD80. Grayscale: #515151. Windows color (decimal): -12561793 or 8344128. OLE color: 8344128.
HSL color Cylindrical-coordinate representation of color #40527F: hue angle of 222.86º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40527F is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 82 | 127 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.50 |
| HSL | 222.86º | 0.33% | 0.37% | - |
| HSV(B) | 222.86º | 0.5% | 0.5% | - |
| XYZ | 8.96 | 8.66 | 21.28 | - |
| YUV | 81.75 | 153.54 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 82 | 127 | 0.50 | 0.35 | 0 | 0.50 | 222.86 | 0.33 | 0.37 |
| Hex | 40 | 52 | 7F | 32 | 23 | 0 | 32 | DF | 21 | 25 |
| Octal | 100 | 122 | 177 | 62 | 43 | 0 | 62 | 337 | 41 | 45 |
| Binary | 1000000 | 1010010 | 1111111 | 110010 | 100011 | 0 | 110010 | 11011111 | 100001 | 100101 |
Color Harmonies of #40527F
Complementary color
Monochromatic Colors of #40527F
Black with #40527F
Text Example
Text Example
White with #40527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40527F; }
p { color: rgb(64,82,127); }
H1.HeaderClassName
{
color: #40527F;
}
.AnyTagClassName
{
color: #40527F;
}
</style>
background-color css
<style>
a { background-color: #40527F; }
a { background-color: rgb(64,82,127); }
div.DivClassName
{
background-color: #40527F;
}
.BgClassName
{
background-color: #40527F;
}
</style>
border-color css
<style>
span { border-color: #40527F; }
span { border-color: rgb(64,82,127); }
td.TdClassName
{
border-color: #40527F;
}
.TagClassName
{
border-color: #40527F;
}
</style>