Shades of Tory Blue #384D87
Tints of Tory Blue #384D87
RGB
CMYK
RGB Variations
Color information
#384D87 (or 0x384D87) is known color: Tory Blue. HEX triplet: 38, 4D and 87. RGB value is (56,77,135). Sum of RGB (Red+Green+Blue) = 56+77+135=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 135 (53.12% from 255 or 50.37% from 268); Max value from RGB is 135 - color contains mainly: blue. Hex color #384D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384D87 is #C7B278. Grayscale: #4D4D4D. Windows color (decimal): -13087353 or 8867128. OLE color: 8867128.
HSL color Cylindrical-coordinate representation of color #384D87: hue angle of 224.05º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #384D87 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 77 | 135 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.47 |
| HSL | 224.05º | 0.41% | 0.37% | - |
| HSV(B) | 224.05º | 0.59% | 0.53% | - |
| XYZ | 8.66 | 7.9 | 23.99 | - |
| YUV | 77.33 | 160.54 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 77 | 135 | 0.59 | 0.43 | 0 | 0.47 | 224.05 | 0.41 | 0.37 |
| Hex | 38 | 4D | 87 | 3B | 2B | 0 | 2F | E0 | 29 | 25 |
| Octal | 70 | 115 | 207 | 73 | 53 | 0 | 57 | 340 | 51 | 45 |
| Binary | 111000 | 1001101 | 10000111 | 111011 | 101011 | 0 | 101111 | 11100000 | 101001 | 100101 |
Color Harmonies of #384D87
Complementary color
Monochromatic Colors of #384D87
Black with #384D87
Text Example
Text Example
White with #384D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384D87; }
p { color: rgb(56,77,135); }
H1.HeaderClassName
{
color: #384D87;
}
.AnyTagClassName
{
color: #384D87;
}
</style>
background-color css
<style>
a { background-color: #384D87; }
a { background-color: rgb(56,77,135); }
div.DivClassName
{
background-color: #384D87;
}
.BgClassName
{
background-color: #384D87;
}
</style>
border-color css
<style>
span { border-color: #384D87; }
span { border-color: rgb(56,77,135); }
td.TdClassName
{
border-color: #384D87;
}
.TagClassName
{
border-color: #384D87;
}
</style>