Shades of Tory Blue #395294
Tints of Tory Blue #395294
RGB
CMYK
RGB Variations
Color information
#395294 (or 0x395294) is known color: Tory Blue. HEX triplet: 39, 52 and 94. RGB value is (57,82,148). Sum of RGB (Red+Green+Blue) = 57+82+148=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #395294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395294 is #C6AD6B. Grayscale: #515151. Windows color (decimal): -13020524 or 9720377. OLE color: 9720377.
HSL color Cylindrical-coordinate representation of color #395294: hue angle of 223.52º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #395294 is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 82 | 148 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.42 |
| HSL | 223.52º | 0.44% | 0.4% | - |
| HSV(B) | 223.52º | 0.61% | 0.58% | - |
| XYZ | 10.05 | 9.04 | 29.23 | - |
| YUV | 82.05 | 165.22 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 82 | 148 | 0.61 | 0.45 | 0 | 0.42 | 223.52 | 0.44 | 0.4 |
| Hex | 39 | 52 | 94 | 3D | 2D | 0 | 2A | E0 | 2C | 28 |
| Octal | 71 | 122 | 224 | 75 | 55 | 0 | 52 | 340 | 54 | 50 |
| Binary | 111001 | 1010010 | 10010100 | 111101 | 101101 | 0 | 101010 | 11100000 | 101100 | 101000 |
Color Harmonies of #395294
Complementary color
Monochromatic Colors of #395294
Black with #395294
Text Example
Text Example
White with #395294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395294; }
p { color: rgb(57,82,148); }
H1.HeaderClassName
{
color: #395294;
}
.AnyTagClassName
{
color: #395294;
}
</style>
background-color css
<style>
a { background-color: #395294; }
a { background-color: rgb(57,82,148); }
div.DivClassName
{
background-color: #395294;
}
.BgClassName
{
background-color: #395294;
}
</style>
border-color css
<style>
span { border-color: #395294; }
span { border-color: rgb(57,82,148); }
td.TdClassName
{
border-color: #395294;
}
.TagClassName
{
border-color: #395294;
}
</style>