Shades of Tory Blue #42598D
Tints of Tory Blue #42598D
RGB
CMYK
RGB Variations
Color information
#42598D (or 0x42598D) is known color: Tory Blue. HEX triplet: 42, 59 and 8D. RGB value is (66,89,141). Sum of RGB (Red+Green+Blue) = 66+89+141=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #42598D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42598D is #BDA672. Grayscale: #575757. Windows color (decimal): -12428915 or 9263426. OLE color: 9263426.
HSL color Cylindrical-coordinate representation of color #42598D: hue angle of 221.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42598D is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 89 | 141 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.45 |
| HSL | 221.6º | 0.36% | 0.41% | - |
| HSV(B) | 221.6º | 0.53% | 0.55% | - |
| XYZ | 10.63 | 10.23 | 26.61 | - |
| YUV | 88.05 | 157.88 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 89 | 141 | 0.53 | 0.37 | 0 | 0.45 | 221.6 | 0.36 | 0.41 |
| Hex | 42 | 59 | 8D | 35 | 25 | 0 | 2D | DE | 24 | 29 |
| Octal | 102 | 131 | 215 | 65 | 45 | 0 | 55 | 336 | 44 | 51 |
| Binary | 1000010 | 1011001 | 10001101 | 110101 | 100101 | 0 | 101101 | 11011110 | 100100 | 101001 |
Color Harmonies of #42598D
Complementary color
Monochromatic Colors of #42598D
Black with #42598D
Text Example
Text Example
White with #42598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42598D; }
p { color: rgb(66,89,141); }
H1.HeaderClassName
{
color: #42598D;
}
.AnyTagClassName
{
color: #42598D;
}
</style>
background-color css
<style>
a { background-color: #42598D; }
a { background-color: rgb(66,89,141); }
div.DivClassName
{
background-color: #42598D;
}
.BgClassName
{
background-color: #42598D;
}
</style>
border-color css
<style>
span { border-color: #42598D; }
span { border-color: rgb(66,89,141); }
td.TdClassName
{
border-color: #42598D;
}
.TagClassName
{
border-color: #42598D;
}
</style>