Shades of Tory Blue #42578D
Tints of Tory Blue #42578D
RGB
CMYK
RGB Variations
Color information
#42578D (or 0x42578D) is known color: Tory Blue. HEX triplet: 42, 57 and 8D. RGB value is (66,87,141). Sum of RGB (Red+Green+Blue) = 66+87+141=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #42578D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42578D is #BDA872. Grayscale: #565656. Windows color (decimal): -12429427 or 9262914. OLE color: 9262914.
HSL color Cylindrical-coordinate representation of color #42578D: hue angle of 223.2º 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 #42578D is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 87 | 141 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.45 |
| HSL | 223.2º | 0.36% | 0.41% | - |
| HSV(B) | 223.2º | 0.53% | 0.55% | - |
| XYZ | 10.46 | 9.9 | 26.56 | - |
| YUV | 86.88 | 158.54 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 87 | 141 | 0.53 | 0.38 | 0 | 0.45 | 223.2 | 0.36 | 0.41 |
| Hex | 42 | 57 | 8D | 35 | 26 | 0 | 2D | DF | 24 | 29 |
| Octal | 102 | 127 | 215 | 65 | 46 | 0 | 55 | 337 | 44 | 51 |
| Binary | 1000010 | 1010111 | 10001101 | 110101 | 100110 | 0 | 101101 | 11011111 | 100100 | 101001 |
Color Harmonies of #42578D
Complementary color
Monochromatic Colors of #42578D
Black with #42578D
Text Example
Text Example
White with #42578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42578D; }
p { color: rgb(66,87,141); }
H1.HeaderClassName
{
color: #42578D;
}
.AnyTagClassName
{
color: #42578D;
}
</style>
background-color css
<style>
a { background-color: #42578D; }
a { background-color: rgb(66,87,141); }
div.DivClassName
{
background-color: #42578D;
}
.BgClassName
{
background-color: #42578D;
}
</style>
border-color css
<style>
span { border-color: #42578D; }
span { border-color: rgb(66,87,141); }
td.TdClassName
{
border-color: #42578D;
}
.TagClassName
{
border-color: #42578D;
}
</style>