Shades of Tory Blue #38518F
Tints of Tory Blue #38518F
RGB
CMYK
RGB Variations
Color information
#38518F (or 0x38518F) is known color: Tory Blue. HEX triplet: 38, 51 and 8F. RGB value is (56,81,143). Sum of RGB (Red+Green+Blue) = 56+81+143=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 143 (56.25% from 255 or 51.07% from 280); Max value from RGB is 143 - color contains mainly: blue. Hex color #38518F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38518F is #C7AE70. Grayscale: #505050. Windows color (decimal): -13086321 or 9392440. OLE color: 9392440.
HSL color Cylindrical-coordinate representation of color #38518F: hue angle of 222.76º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38518F is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 81 | 143 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.44 |
| HSL | 222.76º | 0.44% | 0.39% | - |
| HSV(B) | 222.76º | 0.61% | 0.56% | - |
| XYZ | 9.53 | 8.71 | 27.17 | - |
| YUV | 80.59 | 163.22 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 81 | 143 | 0.61 | 0.43 | 0 | 0.44 | 222.76 | 0.44 | 0.39 |
| Hex | 38 | 51 | 8F | 3D | 2B | 0 | 2C | DF | 2C | 27 |
| Octal | 70 | 121 | 217 | 75 | 53 | 0 | 54 | 337 | 54 | 47 |
| Binary | 111000 | 1010001 | 10001111 | 111101 | 101011 | 0 | 101100 | 11011111 | 101100 | 100111 |
Color Harmonies of #38518F
Complementary color
Monochromatic Colors of #38518F
Black with #38518F
Text Example
Text Example
White with #38518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38518F; }
p { color: rgb(56,81,143); }
H1.HeaderClassName
{
color: #38518F;
}
.AnyTagClassName
{
color: #38518F;
}
</style>
background-color css
<style>
a { background-color: #38518F; }
a { background-color: rgb(56,81,143); }
div.DivClassName
{
background-color: #38518F;
}
.BgClassName
{
background-color: #38518F;
}
</style>
border-color css
<style>
span { border-color: #38518F; }
span { border-color: rgb(56,81,143); }
td.TdClassName
{
border-color: #38518F;
}
.TagClassName
{
border-color: #38518F;
}
</style>