Shades of Tory Blue #384F93
Tints of Tory Blue #384F93
RGB
CMYK
RGB Variations
Color information
#384F93 (or 0x384F93) is known color: Tory Blue. HEX triplet: 38, 4F and 93. RGB value is (56,79,147). Sum of RGB (Red+Green+Blue) = 56+79+147=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #384F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384F93 is #C7B06C. Grayscale: #4F4F4F. Windows color (decimal): -13086829 or 9654072. OLE color: 9654072.
HSL color Cylindrical-coordinate representation of color #384F93: hue angle of 224.84º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #384F93 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 79 | 147 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.42 |
| HSL | 224.84º | 0.45% | 0.4% | - |
| HSV(B) | 224.84º | 0.62% | 0.58% | - |
| XYZ | 9.69 | 8.54 | 28.74 | - |
| YUV | 79.88 | 165.88 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 79 | 147 | 0.62 | 0.46 | 0 | 0.42 | 224.84 | 0.45 | 0.4 |
| Hex | 38 | 4F | 93 | 3E | 2E | 0 | 2A | E1 | 2D | 28 |
| Octal | 70 | 117 | 223 | 76 | 56 | 0 | 52 | 341 | 55 | 50 |
| Binary | 111000 | 1001111 | 10010011 | 111110 | 101110 | 0 | 101010 | 11100001 | 101101 | 101000 |
Color Harmonies of #384F93
Complementary color
Monochromatic Colors of #384F93
Black with #384F93
Text Example
Text Example
White with #384F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384F93; }
p { color: rgb(56,79,147); }
H1.HeaderClassName
{
color: #384F93;
}
.AnyTagClassName
{
color: #384F93;
}
</style>
background-color css
<style>
a { background-color: #384F93; }
a { background-color: rgb(56,79,147); }
div.DivClassName
{
background-color: #384F93;
}
.BgClassName
{
background-color: #384F93;
}
</style>
border-color css
<style>
span { border-color: #384F93; }
span { border-color: rgb(56,79,147); }
td.TdClassName
{
border-color: #384F93;
}
.TagClassName
{
border-color: #384F93;
}
</style>