Shades of Tory Blue #42568D
Tints of Tory Blue #42568D
RGB
CMYK
RGB Variations
Color information
#42568D (or 0x42568D) is known color: Tory Blue. HEX triplet: 42, 56 and 8D. RGB value is (66,86,141). Sum of RGB (Red+Green+Blue) = 66+86+141=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #42568D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42568D is #BDA972. Grayscale: #565656. Windows color (decimal): -12429683 or 9262658. OLE color: 9262658.
HSL color Cylindrical-coordinate representation of color #42568D: hue angle of 224º 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 #42568D is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 86 | 141 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.45 |
| HSL | 224º | 0.36% | 0.41% | - |
| HSV(B) | 224º | 0.53% | 0.55% | - |
| XYZ | 10.38 | 9.74 | 26.53 | - |
| YUV | 86.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 86 | 141 | 0.53 | 0.39 | 0 | 0.45 | 224 | 0.36 | 0.41 |
| Hex | 42 | 56 | 8D | 35 | 27 | 0 | 2D | E0 | 24 | 29 |
| Octal | 102 | 126 | 215 | 65 | 47 | 0 | 55 | 340 | 44 | 51 |
| Binary | 1000010 | 1010110 | 10001101 | 110101 | 100111 | 0 | 101101 | 11100000 | 100100 | 101001 |
Color Harmonies of #42568D
Complementary color
Monochromatic Colors of #42568D
Black with #42568D
Text Example
Text Example
White with #42568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42568D; }
p { color: rgb(66,86,141); }
H1.HeaderClassName
{
color: #42568D;
}
.AnyTagClassName
{
color: #42568D;
}
</style>
background-color css
<style>
a { background-color: #42568D; }
a { background-color: rgb(66,86,141); }
div.DivClassName
{
background-color: #42568D;
}
.BgClassName
{
background-color: #42568D;
}
</style>
border-color css
<style>
span { border-color: #42568D; }
span { border-color: rgb(66,86,141); }
td.TdClassName
{
border-color: #42568D;
}
.TagClassName
{
border-color: #42568D;
}
</style>