Shades of Tory Blue #384B91
Tints of Tory Blue #384B91
RGB
CMYK
RGB Variations
Color information
#384B91 (or 0x384B91) is known color: Tory Blue. HEX triplet: 38, 4B and 91. RGB value is (56,75,145). Sum of RGB (Red+Green+Blue) = 56+75+145=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #384B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384B91 is #C7B46E. Grayscale: #4D4D4D. Windows color (decimal): -13087855 or 9521976. OLE color: 9521976.
HSL color Cylindrical-coordinate representation of color #384B91: hue angle of 227.19º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #384B91 is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 75 | 145 | - |
| CMYK | 0.61 | 0.48 | 0 | 0.43 |
| HSL | 227.19º | 0.44% | 0.39% | - |
| HSV(B) | 227.19º | 0.61% | 0.57% | - |
| XYZ | 9.26 | 7.92 | 27.83 | - |
| YUV | 77.3 | 166.21 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 145 | 0.61 | 0.48 | 0 | 0.43 | 227.19 | 0.44 | 0.39 |
| Hex | 38 | 4B | 91 | 3D | 30 | 0 | 2B | E3 | 2C | 27 |
| Octal | 70 | 113 | 221 | 75 | 60 | 0 | 53 | 343 | 54 | 47 |
| Binary | 111000 | 1001011 | 10010001 | 111101 | 110000 | 0 | 101011 | 11100011 | 101100 | 100111 |
Color Harmonies of #384B91
Complementary color
Monochromatic Colors of #384B91
Black with #384B91
Text Example
Text Example
White with #384B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B91; }
p { color: rgb(56,75,145); }
H1.HeaderClassName
{
color: #384B91;
}
.AnyTagClassName
{
color: #384B91;
}
</style>
background-color css
<style>
a { background-color: #384B91; }
a { background-color: rgb(56,75,145); }
div.DivClassName
{
background-color: #384B91;
}
.BgClassName
{
background-color: #384B91;
}
</style>
border-color css
<style>
span { border-color: #384B91; }
span { border-color: rgb(56,75,145); }
td.TdClassName
{
border-color: #384B91;
}
.TagClassName
{
border-color: #384B91;
}
</style>