Shades of Tory Blue #385197
Tints of Tory Blue #385197
RGB
CMYK
RGB Variations
Color information
#385197 (or 0x385197) is known color: Tory Blue. HEX triplet: 38, 51 and 97. RGB value is (56,81,151). Sum of RGB (Red+Green+Blue) = 56+81+151=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 151 (59.38% from 255 or 52.43% from 288); Max value from RGB is 151 - color contains mainly: blue. Hex color #385197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385197 is #C7AE68. Grayscale: #515151. Windows color (decimal): -13086313 or 9916728. OLE color: 9916728.
HSL color Cylindrical-coordinate representation of color #385197: hue angle of 224.21º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #385197 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 56 | 81 | 151 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.41 |
| HSL | 224.21º | 0.46% | 0.41% | - |
| HSV(B) | 224.21º | 0.63% | 0.59% | - |
| XYZ | 10.16 | 8.96 | 30.47 | - |
| YUV | 81.51 | 167.22 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 81 | 151 | 0.63 | 0.46 | 0 | 0.41 | 224.21 | 0.46 | 0.41 |
| Hex | 38 | 51 | 97 | 3F | 2E | 0 | 29 | E0 | 2E | 29 |
| Octal | 70 | 121 | 227 | 77 | 56 | 0 | 51 | 340 | 56 | 51 |
| Binary | 111000 | 1010001 | 10010111 | 111111 | 101110 | 0 | 101001 | 11100000 | 101110 | 101001 |
Color Harmonies of #385197
Complementary color
Monochromatic Colors of #385197
Black with #385197
Text Example
Text Example
White with #385197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385197; }
p { color: rgb(56,81,151); }
H1.HeaderClassName
{
color: #385197;
}
.AnyTagClassName
{
color: #385197;
}
</style>
background-color css
<style>
a { background-color: #385197; }
a { background-color: rgb(56,81,151); }
div.DivClassName
{
background-color: #385197;
}
.BgClassName
{
background-color: #385197;
}
</style>
border-color css
<style>
span { border-color: #385197; }
span { border-color: rgb(56,81,151); }
td.TdClassName
{
border-color: #385197;
}
.TagClassName
{
border-color: #385197;
}
</style>