Shades of Tory Blue #395388
Tints of Tory Blue #395388
RGB
CMYK
RGB Variations
Color information
#395388 (or 0x395388) is known color: Tory Blue. HEX triplet: 39, 53 and 88. RGB value is (57,83,136). Sum of RGB (Red+Green+Blue) = 57+83+136=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 136 (53.52% from 255 or 49.28% from 276); Max value from RGB is 136 - color contains mainly: blue. Hex color #395388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395388 is #C6AC77. Grayscale: #515151. Windows color (decimal): -13020280 or 8934201. OLE color: 8934201.
HSL color Cylindrical-coordinate representation of color #395388: hue angle of 220.25º 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 #395388 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 57 | 83 | 136 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.47 |
| HSL | 220.25º | 0.41% | 0.38% | - |
| HSV(B) | 220.25º | 0.58% | 0.53% | - |
| XYZ | 9.22 | 8.83 | 24.51 | - |
| YUV | 81.27 | 158.89 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 83 | 136 | 0.58 | 0.39 | 0 | 0.47 | 220.25 | 0.41 | 0.38 |
| Hex | 39 | 53 | 88 | 3A | 27 | 0 | 2F | DC | 29 | 26 |
| Octal | 71 | 123 | 210 | 72 | 47 | 0 | 57 | 334 | 51 | 46 |
| Binary | 111001 | 1010011 | 10001000 | 111010 | 100111 | 0 | 101111 | 11011100 | 101001 | 100110 |
Color Harmonies of #395388
Complementary color
Monochromatic Colors of #395388
Black with #395388
Text Example
Text Example
White with #395388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395388; }
p { color: rgb(57,83,136); }
H1.HeaderClassName
{
color: #395388;
}
.AnyTagClassName
{
color: #395388;
}
</style>
background-color css
<style>
a { background-color: #395388; }
a { background-color: rgb(57,83,136); }
div.DivClassName
{
background-color: #395388;
}
.BgClassName
{
background-color: #395388;
}
</style>
border-color css
<style>
span { border-color: #395388; }
span { border-color: rgb(57,83,136); }
td.TdClassName
{
border-color: #395388;
}
.TagClassName
{
border-color: #395388;
}
</style>