Shades of Tory Blue #425384
Tints of Tory Blue #425384
RGB
CMYK
RGB Variations
Color information
#425384 (or 0x425384) is known color: Tory Blue. HEX triplet: 42, 53 and 84. RGB value is (66,83,132). Sum of RGB (Red+Green+Blue) = 66+83+132=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #425384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425384 is #BDAC7B. Grayscale: #535353. Windows color (decimal): -12430460 or 8672066. OLE color: 8672066.
HSL color Cylindrical-coordinate representation of color #425384: hue angle of 224.55º 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 #425384 is Cyan = 0.5, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 83 | 132 | - |
| CMYK | 0.5 | 0.37 | 0 | 0.48 |
| HSL | 224.55º | 0.33% | 0.39% | - |
| HSV(B) | 224.55º | 0.5% | 0.52% | - |
| XYZ | 9.5 | 9.01 | 23.07 | - |
| YUV | 83.5 | 155.37 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 83 | 132 | 0.5 | 0.37 | 0 | 0.48 | 224.55 | 0.33 | 0.39 |
| Hex | 42 | 53 | 84 | 32 | 25 | 0 | 30 | E1 | 21 | 27 |
| Octal | 102 | 123 | 204 | 62 | 45 | 0 | 60 | 341 | 41 | 47 |
| Binary | 1000010 | 1010011 | 10000100 | 110010 | 100101 | 0 | 110000 | 11100001 | 100001 | 100111 |
Color Harmonies of #425384
Complementary color
Monochromatic Colors of #425384
Black with #425384
Text Example
Text Example
White with #425384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425384; }
p { color: rgb(66,83,132); }
H1.HeaderClassName
{
color: #425384;
}
.AnyTagClassName
{
color: #425384;
}
</style>
background-color css
<style>
a { background-color: #425384; }
a { background-color: rgb(66,83,132); }
div.DivClassName
{
background-color: #425384;
}
.BgClassName
{
background-color: #425384;
}
</style>
border-color css
<style>
span { border-color: #425384; }
span { border-color: rgb(66,83,132); }
td.TdClassName
{
border-color: #425384;
}
.TagClassName
{
border-color: #425384;
}
</style>