Shades of Tory Blue #395293
Tints of Tory Blue #395293
RGB
CMYK
RGB Variations
Color information
#395293 (or 0x395293) is known color: Tory Blue. HEX triplet: 39, 52 and 93. RGB value is (57,82,147). Sum of RGB (Red+Green+Blue) = 57+82+147=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #395293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395293 is #C6AD6C. Grayscale: #515151. Windows color (decimal): -13020525 or 9654841. OLE color: 9654841.
HSL color Cylindrical-coordinate representation of color #395293: hue angle of 223.33º 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 #395293 is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 82 | 147 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.42 |
| HSL | 223.33º | 0.44% | 0.4% | - |
| HSV(B) | 223.33º | 0.61% | 0.58% | - |
| XYZ | 9.97 | 9.01 | 28.82 | - |
| YUV | 81.94 | 164.72 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 82 | 147 | 0.61 | 0.44 | 0 | 0.42 | 223.33 | 0.44 | 0.4 |
| Hex | 39 | 52 | 93 | 3D | 2C | 0 | 2A | DF | 2C | 28 |
| Octal | 71 | 122 | 223 | 75 | 54 | 0 | 52 | 337 | 54 | 50 |
| Binary | 111001 | 1010010 | 10010011 | 111101 | 101100 | 0 | 101010 | 11011111 | 101100 | 101000 |
Color Harmonies of #395293
Complementary color
Monochromatic Colors of #395293
Black with #395293
Text Example
Text Example
White with #395293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395293; }
p { color: rgb(57,82,147); }
H1.HeaderClassName
{
color: #395293;
}
.AnyTagClassName
{
color: #395293;
}
</style>
background-color css
<style>
a { background-color: #395293; }
a { background-color: rgb(57,82,147); }
div.DivClassName
{
background-color: #395293;
}
.BgClassName
{
background-color: #395293;
}
</style>
border-color css
<style>
span { border-color: #395293; }
span { border-color: rgb(57,82,147); }
td.TdClassName
{
border-color: #395293;
}
.TagClassName
{
border-color: #395293;
}
</style>