Shades of Tory Blue #42588B
Tints of Tory Blue #42588B
RGB
CMYK
RGB Variations
Color information
#42588B (or 0x42588B) is known color: Tory Blue. HEX triplet: 42, 58 and 8B. RGB value is (66,88,139). Sum of RGB (Red+Green+Blue) = 66+88+139=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #42588B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42588B is #BDA774. Grayscale: #575757. Windows color (decimal): -12429173 or 9132098. OLE color: 9132098.
HSL color Cylindrical-coordinate representation of color #42588B: hue angle of 221.92º 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 #42588B is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 88 | 139 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.45 |
| HSL | 221.92º | 0.36% | 0.4% | - |
| HSV(B) | 221.92º | 0.53% | 0.55% | - |
| XYZ | 10.4 | 10 | 25.81 | - |
| YUV | 87.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 88 | 139 | 0.53 | 0.37 | 0 | 0.45 | 221.92 | 0.36 | 0.4 |
| Hex | 42 | 58 | 8B | 35 | 25 | 0 | 2D | DE | 24 | 28 |
| Octal | 102 | 130 | 213 | 65 | 45 | 0 | 55 | 336 | 44 | 50 |
| Binary | 1000010 | 1011000 | 10001011 | 110101 | 100101 | 0 | 101101 | 11011110 | 100100 | 101000 |
Color Harmonies of #42588B
Complementary color
Monochromatic Colors of #42588B
Black with #42588B
Text Example
Text Example
White with #42588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42588B; }
p { color: rgb(66,88,139); }
H1.HeaderClassName
{
color: #42588B;
}
.AnyTagClassName
{
color: #42588B;
}
</style>
background-color css
<style>
a { background-color: #42588B; }
a { background-color: rgb(66,88,139); }
div.DivClassName
{
background-color: #42588B;
}
.BgClassName
{
background-color: #42588B;
}
</style>
border-color css
<style>
span { border-color: #42588B; }
span { border-color: rgb(66,88,139); }
td.TdClassName
{
border-color: #42588B;
}
.TagClassName
{
border-color: #42588B;
}
</style>