Shades of Tory Blue #425289
Tints of Tory Blue #425289
RGB
CMYK
RGB Variations
Color information
#425289 (or 0x425289) is known color: Tory Blue. HEX triplet: 42, 52 and 89. RGB value is (66,82,137). Sum of RGB (Red+Green+Blue) = 66+82+137=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #425289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425289 is #BDAD76. Grayscale: #535353. Windows color (decimal): -12430711 or 8999490. OLE color: 8999490.
HSL color Cylindrical-coordinate representation of color #425289: hue angle of 226.48º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #425289 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 82 | 137 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.46 |
| HSL | 226.48º | 0.35% | 0.4% | - |
| HSV(B) | 226.48º | 0.52% | 0.54% | - |
| XYZ | 9.78 | 9 | 24.89 | - |
| YUV | 83.49 | 158.2 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 82 | 137 | 0.52 | 0.40 | 0 | 0.46 | 226.48 | 0.35 | 0.4 |
| Hex | 42 | 52 | 89 | 34 | 28 | 0 | 2E | E2 | 23 | 28 |
| Octal | 102 | 122 | 211 | 64 | 50 | 0 | 56 | 342 | 43 | 50 |
| Binary | 1000010 | 1010010 | 10001001 | 110100 | 101000 | 0 | 101110 | 11100010 | 100011 | 101000 |
Color Harmonies of #425289
Complementary color
Monochromatic Colors of #425289
Black with #425289
Text Example
Text Example
White with #425289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425289; }
p { color: rgb(66,82,137); }
H1.HeaderClassName
{
color: #425289;
}
.AnyTagClassName
{
color: #425289;
}
</style>
background-color css
<style>
a { background-color: #425289; }
a { background-color: rgb(66,82,137); }
div.DivClassName
{
background-color: #425289;
}
.BgClassName
{
background-color: #425289;
}
</style>
border-color css
<style>
span { border-color: #425289; }
span { border-color: rgb(66,82,137); }
td.TdClassName
{
border-color: #425289;
}
.TagClassName
{
border-color: #425289;
}
</style>