Shades of Tory Blue #425A88
Tints of Tory Blue #425A88
RGB
CMYK
RGB Variations
Color information
#425A88 (or 0x425A88) is known color: Tory Blue. HEX triplet: 42, 5A and 88. RGB value is (66,90,136). Sum of RGB (Red+Green+Blue) = 66+90+136=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 136 - color contains mainly: blue. Hex color #425A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425A88 is #BDA577. Grayscale: #575757. Windows color (decimal): -12428664 or 8936002. OLE color: 8936002.
HSL color Cylindrical-coordinate representation of color #425A88: hue angle of 219.43º 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 #425A88 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 90 | 136 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.47 |
| HSL | 219.43º | 0.35% | 0.4% | - |
| HSV(B) | 219.43º | 0.51% | 0.53% | - |
| XYZ | 10.35 | 10.25 | 24.73 | - |
| YUV | 88.07 | 155.05 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 90 | 136 | 0.51 | 0.34 | 0 | 0.47 | 219.43 | 0.35 | 0.4 |
| Hex | 42 | 5A | 88 | 33 | 22 | 0 | 2F | DB | 23 | 28 |
| Octal | 102 | 132 | 210 | 63 | 42 | 0 | 57 | 333 | 43 | 50 |
| Binary | 1000010 | 1011010 | 10001000 | 110011 | 100010 | 0 | 101111 | 11011011 | 100011 | 101000 |
Color Harmonies of #425A88
Complementary color
Monochromatic Colors of #425A88
Black with #425A88
Text Example
Text Example
White with #425A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425A88; }
p { color: rgb(66,90,136); }
H1.HeaderClassName
{
color: #425A88;
}
.AnyTagClassName
{
color: #425A88;
}
</style>
background-color css
<style>
a { background-color: #425A88; }
a { background-color: rgb(66,90,136); }
div.DivClassName
{
background-color: #425A88;
}
.BgClassName
{
background-color: #425A88;
}
</style>
border-color css
<style>
span { border-color: #425A88; }
span { border-color: rgb(66,90,136); }
td.TdClassName
{
border-color: #425A88;
}
.TagClassName
{
border-color: #425A88;
}
</style>