Shades of Tory Blue #425385
Tints of Tory Blue #425385
RGB
CMYK
RGB Variations
Color information
#425385 (or 0x425385) is known color: Tory Blue. HEX triplet: 42, 53 and 85. RGB value is (66,83,133). Sum of RGB (Red+Green+Blue) = 66+83+133=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #425385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425385 is #BDAC7A. Grayscale: #535353. Windows color (decimal): -12430459 or 8737602. OLE color: 8737602.
HSL color Cylindrical-coordinate representation of color #425385: hue angle of 224.78º degrees, saturation: 0.34, 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 #425385 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 83 | 133 | - |
| CMYK | 0.50 | 0.38 | 0 | 0.48 |
| HSL | 224.78º | 0.34% | 0.39% | - |
| HSV(B) | 224.78º | 0.5% | 0.52% | - |
| XYZ | 9.57 | 9.04 | 23.43 | - |
| YUV | 83.62 | 155.87 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 83 | 133 | 0.50 | 0.38 | 0 | 0.48 | 224.78 | 0.34 | 0.39 |
| Hex | 42 | 53 | 85 | 32 | 26 | 0 | 30 | E1 | 22 | 27 |
| Octal | 102 | 123 | 205 | 62 | 46 | 0 | 60 | 341 | 42 | 47 |
| Binary | 1000010 | 1010011 | 10000101 | 110010 | 100110 | 0 | 110000 | 11100001 | 100010 | 100111 |
Color Harmonies of #425385
Complementary color
Monochromatic Colors of #425385
Black with #425385
Text Example
Text Example
White with #425385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425385; }
p { color: rgb(66,83,133); }
H1.HeaderClassName
{
color: #425385;
}
.AnyTagClassName
{
color: #425385;
}
</style>
background-color css
<style>
a { background-color: #425385; }
a { background-color: rgb(66,83,133); }
div.DivClassName
{
background-color: #425385;
}
.BgClassName
{
background-color: #425385;
}
</style>
border-color css
<style>
span { border-color: #425385; }
span { border-color: rgb(66,83,133); }
td.TdClassName
{
border-color: #425385;
}
.TagClassName
{
border-color: #425385;
}
</style>