Shades of Tory Blue #425294
Tints of Tory Blue #425294
RGB
CMYK
RGB Variations
Color information
#425294 (or 0x425294) is known color: Tory Blue. HEX triplet: 42, 52 and 94. RGB value is (66,82,148). Sum of RGB (Red+Green+Blue) = 66+82+148=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: blue. Hex color #425294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425294 is #BDAD6B. Grayscale: #545454. Windows color (decimal): -12430700 or 9720386. OLE color: 9720386.
HSL color Cylindrical-coordinate representation of color #425294: hue angle of 228.29º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #425294 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 82 | 148 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.42 |
| HSL | 228.29º | 0.38% | 0.42% | - |
| HSV(B) | 228.29º | 0.55% | 0.58% | - |
| XYZ | 10.61 | 9.33 | 29.26 | - |
| YUV | 84.74 | 163.7 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 82 | 148 | 0.55 | 0.45 | 0 | 0.42 | 228.29 | 0.38 | 0.42 |
| Hex | 42 | 52 | 94 | 37 | 2D | 0 | 2A | E4 | 26 | 2A |
| Octal | 102 | 122 | 224 | 67 | 55 | 0 | 52 | 344 | 46 | 52 |
| Binary | 1000010 | 1010010 | 10010100 | 110111 | 101101 | 0 | 101010 | 11100100 | 100110 | 101010 |
Color Harmonies of #425294
Complementary color
Monochromatic Colors of #425294
Black with #425294
Text Example
Text Example
White with #425294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425294; }
p { color: rgb(66,82,148); }
H1.HeaderClassName
{
color: #425294;
}
.AnyTagClassName
{
color: #425294;
}
</style>
background-color css
<style>
a { background-color: #425294; }
a { background-color: rgb(66,82,148); }
div.DivClassName
{
background-color: #425294;
}
.BgClassName
{
background-color: #425294;
}
</style>
border-color css
<style>
span { border-color: #425294; }
span { border-color: rgb(66,82,148); }
td.TdClassName
{
border-color: #425294;
}
.TagClassName
{
border-color: #425294;
}
</style>