Shades of Tory Blue #425888
Tints of Tory Blue #425888
RGB
CMYK
RGB Variations
Color information
#425888 (or 0x425888) is known color: Tory Blue. HEX triplet: 42, 58 and 88. RGB value is (66,88,136). Sum of RGB (Red+Green+Blue) = 66+88+136=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #425888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425888 is #BDA777. Grayscale: #565656. Windows color (decimal): -12429176 or 8935490. OLE color: 8935490.
HSL color Cylindrical-coordinate representation of color #425888: hue angle of 221.14º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #425888 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 88 | 136 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.47 |
| HSL | 221.14º | 0.35% | 0.4% | - |
| HSV(B) | 221.14º | 0.51% | 0.53% | - |
| XYZ | 10.18 | 9.92 | 24.67 | - |
| YUV | 86.89 | 155.71 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 88 | 136 | 0.51 | 0.35 | 0 | 0.47 | 221.14 | 0.35 | 0.4 |
| Hex | 42 | 58 | 88 | 33 | 23 | 0 | 2F | DD | 23 | 28 |
| Octal | 102 | 130 | 210 | 63 | 43 | 0 | 57 | 335 | 43 | 50 |
| Binary | 1000010 | 1011000 | 10001000 | 110011 | 100011 | 0 | 101111 | 11011101 | 100011 | 101000 |
Color Harmonies of #425888
Complementary color
Monochromatic Colors of #425888
Black with #425888
Text Example
Text Example
White with #425888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425888; }
p { color: rgb(66,88,136); }
H1.HeaderClassName
{
color: #425888;
}
.AnyTagClassName
{
color: #425888;
}
</style>
background-color css
<style>
a { background-color: #425888; }
a { background-color: rgb(66,88,136); }
div.DivClassName
{
background-color: #425888;
}
.BgClassName
{
background-color: #425888;
}
</style>
border-color css
<style>
span { border-color: #425888; }
span { border-color: rgb(66,88,136); }
td.TdClassName
{
border-color: #425888;
}
.TagClassName
{
border-color: #425888;
}
</style>