Shades of Tory Blue #425392
Tints of Tory Blue #425392
RGB
CMYK
RGB Variations
Color information
#425392 (or 0x425392) is known color: Tory Blue. HEX triplet: 42, 53 and 92. RGB value is (66,83,146). Sum of RGB (Red+Green+Blue) = 66+83+146=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #425392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425392 is #BDAC6D. Grayscale: #545454. Windows color (decimal): -12430446 or 9589570. OLE color: 9589570.
HSL color Cylindrical-coordinate representation of color #425392: hue angle of 227.25º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #425392 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 83 | 146 | - |
| CMYK | 0.55 | 0.43 | 0 | 0.43 |
| HSL | 227.25º | 0.38% | 0.42% | - |
| HSV(B) | 227.25º | 0.55% | 0.57% | - |
| XYZ | 10.53 | 9.42 | 28.46 | - |
| YUV | 85.1 | 162.37 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 83 | 146 | 0.55 | 0.43 | 0 | 0.43 | 227.25 | 0.38 | 0.42 |
| Hex | 42 | 53 | 92 | 37 | 2B | 0 | 2B | E3 | 26 | 2A |
| Octal | 102 | 123 | 222 | 67 | 53 | 0 | 53 | 343 | 46 | 52 |
| Binary | 1000010 | 1010011 | 10010010 | 110111 | 101011 | 0 | 101011 | 11100011 | 100110 | 101010 |
Color Harmonies of #425392
Complementary color
Monochromatic Colors of #425392
Black with #425392
Text Example
Text Example
White with #425392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425392; }
p { color: rgb(66,83,146); }
H1.HeaderClassName
{
color: #425392;
}
.AnyTagClassName
{
color: #425392;
}
</style>
background-color css
<style>
a { background-color: #425392; }
a { background-color: rgb(66,83,146); }
div.DivClassName
{
background-color: #425392;
}
.BgClassName
{
background-color: #425392;
}
</style>
border-color css
<style>
span { border-color: #425392; }
span { border-color: rgb(66,83,146); }
td.TdClassName
{
border-color: #425392;
}
.TagClassName
{
border-color: #425392;
}
</style>