Shades of Tory Blue #384C7F
Tints of Tory Blue #384C7F
RGB
CMYK
RGB Variations
Color information
#384C7F (or 0x384C7F) is known color: Tory Blue. HEX triplet: 38, 4C and 7F. RGB value is (56,76,127). Sum of RGB (Red+Green+Blue) = 56+76+127=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #384C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384C7F is #C7B380. Grayscale: #4B4B4B. Windows color (decimal): -13087617 or 8342584. OLE color: 8342584.
HSL color Cylindrical-coordinate representation of color #384C7F: hue angle of 223.1º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #384C7F is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 76 | 127 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.50 |
| HSL | 223.1º | 0.39% | 0.36% | - |
| HSV(B) | 223.1º | 0.56% | 0.5% | - |
| XYZ | 8.05 | 7.54 | 21.11 | - |
| YUV | 75.83 | 156.87 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 127 | 0.56 | 0.40 | 0 | 0.50 | 223.1 | 0.39 | 0.36 |
| Hex | 38 | 4C | 7F | 38 | 28 | 0 | 32 | DF | 27 | 24 |
| Octal | 70 | 114 | 177 | 70 | 50 | 0 | 62 | 337 | 47 | 44 |
| Binary | 111000 | 1001100 | 1111111 | 111000 | 101000 | 0 | 110010 | 11011111 | 100111 | 100100 |
Color Harmonies of #384C7F
Complementary color
Monochromatic Colors of #384C7F
Black with #384C7F
Text Example
Text Example
White with #384C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384C7F; }
p { color: rgb(56,76,127); }
H1.HeaderClassName
{
color: #384C7F;
}
.AnyTagClassName
{
color: #384C7F;
}
</style>
background-color css
<style>
a { background-color: #384C7F; }
a { background-color: rgb(56,76,127); }
div.DivClassName
{
background-color: #384C7F;
}
.BgClassName
{
background-color: #384C7F;
}
</style>
border-color css
<style>
span { border-color: #384C7F; }
span { border-color: rgb(56,76,127); }
td.TdClassName
{
border-color: #384C7F;
}
.TagClassName
{
border-color: #384C7F;
}
</style>