Shades of Tory Blue #395288
Tints of Tory Blue #395288
RGB
CMYK
RGB Variations
Color information
#395288 (or 0x395288) is known color: Tory Blue. HEX triplet: 39, 52 and 88. RGB value is (57,82,136). Sum of RGB (Red+Green+Blue) = 57+82+136=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #395288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395288 is #C6AD77. Grayscale: #505050. Windows color (decimal): -13020536 or 8933945. OLE color: 8933945.
HSL color Cylindrical-coordinate representation of color #395288: hue angle of 221.01º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #395288 is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 57 | 82 | 136 | - |
| CMYK | 0.58 | 0.40 | 0 | 0.47 |
| HSL | 221.01º | 0.41% | 0.38% | - |
| HSV(B) | 221.01º | 0.58% | 0.53% | - |
| XYZ | 9.15 | 8.68 | 24.49 | - |
| YUV | 80.68 | 159.22 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 82 | 136 | 0.58 | 0.40 | 0 | 0.47 | 221.01 | 0.41 | 0.38 |
| Hex | 39 | 52 | 88 | 3A | 28 | 0 | 2F | DD | 29 | 26 |
| Octal | 71 | 122 | 210 | 72 | 50 | 0 | 57 | 335 | 51 | 46 |
| Binary | 111001 | 1010010 | 10001000 | 111010 | 101000 | 0 | 101111 | 11011101 | 101001 | 100110 |
Color Harmonies of #395288
Complementary color
Monochromatic Colors of #395288
Black with #395288
Text Example
Text Example
White with #395288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395288; }
p { color: rgb(57,82,136); }
H1.HeaderClassName
{
color: #395288;
}
.AnyTagClassName
{
color: #395288;
}
</style>
background-color css
<style>
a { background-color: #395288; }
a { background-color: rgb(57,82,136); }
div.DivClassName
{
background-color: #395288;
}
.BgClassName
{
background-color: #395288;
}
</style>
border-color css
<style>
span { border-color: #395288; }
span { border-color: rgb(57,82,136); }
td.TdClassName
{
border-color: #395288;
}
.TagClassName
{
border-color: #395288;
}
</style>