Shades of Tory Blue #42598F
Tints of Tory Blue #42598F
RGB
CMYK
RGB Variations
Color information
#42598F (or 0x42598F) is known color: Tory Blue. HEX triplet: 42, 59 and 8F. RGB value is (66,89,143). Sum of RGB (Red+Green+Blue) = 66+89+143=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 143 - color contains mainly: blue. Hex color #42598F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42598F is #BDA670. Grayscale: #585858. Windows color (decimal): -12428913 or 9394498. OLE color: 9394498.
HSL color Cylindrical-coordinate representation of color #42598F: hue angle of 222.08º 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 #42598F is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 89 | 143 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.44 |
| HSL | 222.08º | 0.37% | 0.41% | - |
| HSV(B) | 222.08º | 0.54% | 0.56% | - |
| XYZ | 10.78 | 10.29 | 27.4 | - |
| YUV | 88.28 | 158.88 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 89 | 143 | 0.54 | 0.38 | 0 | 0.44 | 222.08 | 0.37 | 0.41 |
| Hex | 42 | 59 | 8F | 36 | 26 | 0 | 2C | DE | 25 | 29 |
| Octal | 102 | 131 | 217 | 66 | 46 | 0 | 54 | 336 | 45 | 51 |
| Binary | 1000010 | 1011001 | 10001111 | 110110 | 100110 | 0 | 101100 | 11011110 | 100101 | 101001 |
Color Harmonies of #42598F
Complementary color
Monochromatic Colors of #42598F
Black with #42598F
Text Example
Text Example
White with #42598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42598F; }
p { color: rgb(66,89,143); }
H1.HeaderClassName
{
color: #42598F;
}
.AnyTagClassName
{
color: #42598F;
}
</style>
background-color css
<style>
a { background-color: #42598F; }
a { background-color: rgb(66,89,143); }
div.DivClassName
{
background-color: #42598F;
}
.BgClassName
{
background-color: #42598F;
}
</style>
border-color css
<style>
span { border-color: #42598F; }
span { border-color: rgb(66,89,143); }
td.TdClassName
{
border-color: #42598F;
}
.TagClassName
{
border-color: #42598F;
}
</style>