Shades of Tory Blue #425C8B
Tints of Tory Blue #425C8B
RGB
CMYK
RGB Variations
Color information
#425C8B (or 0x425C8B) is known color: Tory Blue. HEX triplet: 42, 5C and 8B. RGB value is (66,92,139). Sum of RGB (Red+Green+Blue) = 66+92+139=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #425C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425C8B is #BDA374. Grayscale: #595959. Windows color (decimal): -12428149 or 9133122. OLE color: 9133122.
HSL color Cylindrical-coordinate representation of color #425C8B: hue angle of 218.63º 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 #425C8B is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 92 | 139 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.45 |
| HSL | 218.63º | 0.36% | 0.4% | - |
| HSV(B) | 218.63º | 0.53% | 0.55% | - |
| XYZ | 10.73 | 10.68 | 25.92 | - |
| YUV | 89.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 92 | 139 | 0.53 | 0.34 | 0 | 0.45 | 218.63 | 0.36 | 0.4 |
| Hex | 42 | 5C | 8B | 35 | 22 | 0 | 2D | DB | 24 | 28 |
| Octal | 102 | 134 | 213 | 65 | 42 | 0 | 55 | 333 | 44 | 50 |
| Binary | 1000010 | 1011100 | 10001011 | 110101 | 100010 | 0 | 101101 | 11011011 | 100100 | 101000 |
Color Harmonies of #425C8B
Complementary color
Monochromatic Colors of #425C8B
Black with #425C8B
Text Example
Text Example
White with #425C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425C8B; }
p { color: rgb(66,92,139); }
H1.HeaderClassName
{
color: #425C8B;
}
.AnyTagClassName
{
color: #425C8B;
}
</style>
background-color css
<style>
a { background-color: #425C8B; }
a { background-color: rgb(66,92,139); }
div.DivClassName
{
background-color: #425C8B;
}
.BgClassName
{
background-color: #425C8B;
}
</style>
border-color css
<style>
span { border-color: #425C8B; }
span { border-color: rgb(66,92,139); }
td.TdClassName
{
border-color: #425C8B;
}
.TagClassName
{
border-color: #425C8B;
}
</style>