Shades of Tory Blue #42598B
Tints of Tory Blue #42598B
RGB
CMYK
RGB Variations
Color information
#42598B (or 0x42598B) is known color: Tory Blue. HEX triplet: 42, 59 and 8B. RGB value is (66,89,139). Sum of RGB (Red+Green+Blue) = 66+89+139=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 139 - color contains mainly: blue. Hex color #42598B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42598B is #BDA674. Grayscale: #575757. Windows color (decimal): -12428917 or 9132354. OLE color: 9132354.
HSL color Cylindrical-coordinate representation of color #42598B: hue angle of 221.1º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42598B is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 89 | 139 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.45 |
| HSL | 221.1º | 0.36% | 0.4% | - |
| HSV(B) | 221.1º | 0.53% | 0.55% | - |
| XYZ | 10.48 | 10.17 | 25.84 | - |
| YUV | 87.82 | 156.88 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 89 | 139 | 0.53 | 0.36 | 0 | 0.45 | 221.1 | 0.36 | 0.4 |
| Hex | 42 | 59 | 8B | 35 | 24 | 0 | 2D | DD | 24 | 28 |
| Octal | 102 | 131 | 213 | 65 | 44 | 0 | 55 | 335 | 44 | 50 |
| Binary | 1000010 | 1011001 | 10001011 | 110101 | 100100 | 0 | 101101 | 11011101 | 100100 | 101000 |
Color Harmonies of #42598B
Complementary color
Monochromatic Colors of #42598B
Black with #42598B
Text Example
Text Example
White with #42598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42598B; }
p { color: rgb(66,89,139); }
H1.HeaderClassName
{
color: #42598B;
}
.AnyTagClassName
{
color: #42598B;
}
</style>
background-color css
<style>
a { background-color: #42598B; }
a { background-color: rgb(66,89,139); }
div.DivClassName
{
background-color: #42598B;
}
.BgClassName
{
background-color: #42598B;
}
</style>
border-color css
<style>
span { border-color: #42598B; }
span { border-color: rgb(66,89,139); }
td.TdClassName
{
border-color: #42598B;
}
.TagClassName
{
border-color: #42598B;
}
</style>