Shades of Tory Blue #384C9A
Tints of Tory Blue #384C9A
RGB
CMYK
RGB Variations
Color information
#384C9A (or 0x384C9A) is known color: Tory Blue. HEX triplet: 38, 4C and 9A. RGB value is (56,76,154). Sum of RGB (Red+Green+Blue) = 56+76+154=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 154 (60.55% from 255 or 53.85% from 286); Max value from RGB is 154 - color contains mainly: blue. Hex color #384C9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384C9A is #C7B365. Grayscale: #4E4E4E. Windows color (decimal): -13087590 or 10112056. OLE color: 10112056.
HSL color Cylindrical-coordinate representation of color #384C9A: hue angle of 227.76º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #384C9A is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 76 | 154 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.40 |
| HSL | 227.76º | 0.47% | 0.41% | - |
| HSV(B) | 227.76º | 0.64% | 0.6% | - |
| XYZ | 10.05 | 8.34 | 31.65 | - |
| YUV | 78.91 | 170.37 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 154 | 0.64 | 0.51 | 0 | 0.40 | 227.76 | 0.47 | 0.41 |
| Hex | 38 | 4C | 9A | 40 | 33 | 0 | 28 | E4 | 2F | 29 |
| Octal | 70 | 114 | 232 | 100 | 63 | 0 | 50 | 344 | 57 | 51 |
| Binary | 111000 | 1001100 | 10011010 | 1000000 | 110011 | 0 | 101000 | 11100100 | 101111 | 101001 |
Color Harmonies of #384C9A
Complementary color
Monochromatic Colors of #384C9A
Black with #384C9A
Text Example
Text Example
White with #384C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384C9A; }
p { color: rgb(56,76,154); }
H1.HeaderClassName
{
color: #384C9A;
}
.AnyTagClassName
{
color: #384C9A;
}
</style>
background-color css
<style>
a { background-color: #384C9A; }
a { background-color: rgb(56,76,154); }
div.DivClassName
{
background-color: #384C9A;
}
.BgClassName
{
background-color: #384C9A;
}
</style>
border-color css
<style>
span { border-color: #384C9A; }
span { border-color: rgb(56,76,154); }
td.TdClassName
{
border-color: #384C9A;
}
.TagClassName
{
border-color: #384C9A;
}
</style>