Shades of Tory Blue #42518F
Tints of Tory Blue #42518F
RGB
CMYK
RGB Variations
Color information
#42518F (or 0x42518F) is known color: Tory Blue. HEX triplet: 42, 51 and 8F. RGB value is (66,81,143). Sum of RGB (Red+Green+Blue) = 66+81+143=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 143 (56.25% from 255 or 49.31% from 290); Max value from RGB is 143 - color contains mainly: blue. Hex color #42518F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42518F is #BDAE70. Grayscale: #535353. Windows color (decimal): -12430961 or 9392450. OLE color: 9392450.
HSL color Cylindrical-coordinate representation of color #42518F: hue angle of 228.31º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42518F is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 81 | 143 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.44 |
| HSL | 228.31º | 0.37% | 0.41% | - |
| HSV(B) | 228.31º | 0.54% | 0.56% | - |
| XYZ | 10.15 | 9.03 | 27.19 | - |
| YUV | 83.58 | 161.53 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 81 | 143 | 0.54 | 0.43 | 0 | 0.44 | 228.31 | 0.37 | 0.41 |
| Hex | 42 | 51 | 8F | 36 | 2B | 0 | 2C | E4 | 25 | 29 |
| Octal | 102 | 121 | 217 | 66 | 53 | 0 | 54 | 344 | 45 | 51 |
| Binary | 1000010 | 1010001 | 10001111 | 110110 | 101011 | 0 | 101100 | 11100100 | 100101 | 101001 |
Color Harmonies of #42518F
Complementary color
Monochromatic Colors of #42518F
Black with #42518F
Text Example
Text Example
White with #42518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42518F; }
p { color: rgb(66,81,143); }
H1.HeaderClassName
{
color: #42518F;
}
.AnyTagClassName
{
color: #42518F;
}
</style>
background-color css
<style>
a { background-color: #42518F; }
a { background-color: rgb(66,81,143); }
div.DivClassName
{
background-color: #42518F;
}
.BgClassName
{
background-color: #42518F;
}
</style>
border-color css
<style>
span { border-color: #42518F; }
span { border-color: rgb(66,81,143); }
td.TdClassName
{
border-color: #42518F;
}
.TagClassName
{
border-color: #42518F;
}
</style>