Shades of Tory Blue #425484
Tints of Tory Blue #425484
RGB
CMYK
RGB Variations
Color information
#425484 (or 0x425484) is known color: Tory Blue. HEX triplet: 42, 54 and 84. RGB value is (66,84,132). Sum of RGB (Red+Green+Blue) = 66+84+132=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #425484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425484 is #BDAB7B. Grayscale: #535353. Windows color (decimal): -12430204 or 8672322. OLE color: 8672322.
HSL color Cylindrical-coordinate representation of color #425484: hue angle of 223.64º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #425484 is Cyan = 0.5, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 84 | 132 | - |
| CMYK | 0.5 | 0.36 | 0 | 0.48 |
| HSL | 223.64º | 0.33% | 0.39% | - |
| HSV(B) | 223.64º | 0.5% | 0.52% | - |
| XYZ | 9.58 | 9.16 | 23.09 | - |
| YUV | 84.09 | 155.04 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 84 | 132 | 0.5 | 0.36 | 0 | 0.48 | 223.64 | 0.33 | 0.39 |
| Hex | 42 | 54 | 84 | 32 | 24 | 0 | 30 | E0 | 21 | 27 |
| Octal | 102 | 124 | 204 | 62 | 44 | 0 | 60 | 340 | 41 | 47 |
| Binary | 1000010 | 1010100 | 10000100 | 110010 | 100100 | 0 | 110000 | 11100000 | 100001 | 100111 |
Color Harmonies of #425484
Complementary color
Monochromatic Colors of #425484
Black with #425484
Text Example
Text Example
White with #425484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425484; }
p { color: rgb(66,84,132); }
H1.HeaderClassName
{
color: #425484;
}
.AnyTagClassName
{
color: #425484;
}
</style>
background-color css
<style>
a { background-color: #425484; }
a { background-color: rgb(66,84,132); }
div.DivClassName
{
background-color: #425484;
}
.BgClassName
{
background-color: #425484;
}
</style>
border-color css
<style>
span { border-color: #425484; }
span { border-color: rgb(66,84,132); }
td.TdClassName
{
border-color: #425484;
}
.TagClassName
{
border-color: #425484;
}
</style>