Shades of Tory Blue #384C84
Tints of Tory Blue #384C84
RGB
CMYK
RGB Variations
Color information
#384C84 (or 0x384C84) is known color: Tory Blue. HEX triplet: 38, 4C and 84. RGB value is (56,76,132). Sum of RGB (Red+Green+Blue) = 56+76+132=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #384C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384C84 is #C7B37B. Grayscale: #4C4C4C. Windows color (decimal): -13087612 or 8670264. OLE color: 8670264.
HSL color Cylindrical-coordinate representation of color #384C84: hue angle of 224.21º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #384C84 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 76 | 132 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.48 |
| HSL | 224.21º | 0.4% | 0.37% | - |
| HSV(B) | 224.21º | 0.58% | 0.52% | - |
| XYZ | 8.38 | 7.68 | 22.87 | - |
| YUV | 76.4 | 159.37 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 132 | 0.58 | 0.42 | 0 | 0.48 | 224.21 | 0.4 | 0.37 |
| Hex | 38 | 4C | 84 | 3A | 2A | 0 | 30 | E0 | 28 | 25 |
| Octal | 70 | 114 | 204 | 72 | 52 | 0 | 60 | 340 | 50 | 45 |
| Binary | 111000 | 1001100 | 10000100 | 111010 | 101010 | 0 | 110000 | 11100000 | 101000 | 100101 |
Color Harmonies of #384C84
Complementary color
Monochromatic Colors of #384C84
Black with #384C84
Text Example
Text Example
White with #384C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384C84; }
p { color: rgb(56,76,132); }
H1.HeaderClassName
{
color: #384C84;
}
.AnyTagClassName
{
color: #384C84;
}
</style>
background-color css
<style>
a { background-color: #384C84; }
a { background-color: rgb(56,76,132); }
div.DivClassName
{
background-color: #384C84;
}
.BgClassName
{
background-color: #384C84;
}
</style>
border-color css
<style>
span { border-color: #384C84; }
span { border-color: rgb(56,76,132); }
td.TdClassName
{
border-color: #384C84;
}
.TagClassName
{
border-color: #384C84;
}
</style>