Shades of Tory Blue #42568C
Tints of Tory Blue #42568C
RGB
CMYK
RGB Variations
Color information
#42568C (or 0x42568C) is known color: Tory Blue. HEX triplet: 42, 56 and 8C. RGB value is (66,86,140). Sum of RGB (Red+Green+Blue) = 66+86+140=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #42568C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42568C is #BDA973. Grayscale: #555555. Windows color (decimal): -12429684 or 9197122. OLE color: 9197122.
HSL color Cylindrical-coordinate representation of color #42568C: hue angle of 223.78º 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 #42568C is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 86 | 140 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.45 |
| HSL | 223.78º | 0.36% | 0.4% | - |
| HSV(B) | 223.78º | 0.53% | 0.55% | - |
| XYZ | 10.31 | 9.71 | 26.14 | - |
| YUV | 86.18 | 158.37 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 86 | 140 | 0.53 | 0.39 | 0 | 0.45 | 223.78 | 0.36 | 0.4 |
| Hex | 42 | 56 | 8C | 35 | 27 | 0 | 2D | E0 | 24 | 28 |
| Octal | 102 | 126 | 214 | 65 | 47 | 0 | 55 | 340 | 44 | 50 |
| Binary | 1000010 | 1010110 | 10001100 | 110101 | 100111 | 0 | 101101 | 11100000 | 100100 | 101000 |
Color Harmonies of #42568C
Complementary color
Monochromatic Colors of #42568C
Black with #42568C
Text Example
Text Example
White with #42568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42568C; }
p { color: rgb(66,86,140); }
H1.HeaderClassName
{
color: #42568C;
}
.AnyTagClassName
{
color: #42568C;
}
</style>
background-color css
<style>
a { background-color: #42568C; }
a { background-color: rgb(66,86,140); }
div.DivClassName
{
background-color: #42568C;
}
.BgClassName
{
background-color: #42568C;
}
</style>
border-color css
<style>
span { border-color: #42568C; }
span { border-color: rgb(66,86,140); }
td.TdClassName
{
border-color: #42568C;
}
.TagClassName
{
border-color: #42568C;
}
</style>