Shades of Tory Blue #384A86
Tints of Tory Blue #384A86
RGB
CMYK
RGB Variations
Color information
#384A86 (or 0x384A86) is known color: Tory Blue. HEX triplet: 38, 4A and 86. RGB value is (56,74,134). Sum of RGB (Red+Green+Blue) = 56+74+134=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 134 (52.73% from 255 or 50.76% from 264); Max value from RGB is 134 - color contains mainly: blue. Hex color #384A86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384A86 is #C7B579. Grayscale: #4B4B4B. Windows color (decimal): -13088122 or 8800824. OLE color: 8800824.
HSL color Cylindrical-coordinate representation of color #384A86: hue angle of 226.15º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #384A86 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 74 | 134 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.47 |
| HSL | 226.15º | 0.41% | 0.37% | - |
| HSV(B) | 226.15º | 0.58% | 0.53% | - |
| XYZ | 8.38 | 7.46 | 23.55 | - |
| YUV | 75.46 | 161.04 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 74 | 134 | 0.58 | 0.45 | 0 | 0.47 | 226.15 | 0.41 | 0.37 |
| Hex | 38 | 4A | 86 | 3A | 2D | 0 | 2F | E2 | 29 | 25 |
| Octal | 70 | 112 | 206 | 72 | 55 | 0 | 57 | 342 | 51 | 45 |
| Binary | 111000 | 1001010 | 10000110 | 111010 | 101101 | 0 | 101111 | 11100010 | 101001 | 100101 |
Color Harmonies of #384A86
Complementary color
Monochromatic Colors of #384A86
Black with #384A86
Text Example
Text Example
White with #384A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384A86; }
p { color: rgb(56,74,134); }
H1.HeaderClassName
{
color: #384A86;
}
.AnyTagClassName
{
color: #384A86;
}
</style>
background-color css
<style>
a { background-color: #384A86; }
a { background-color: rgb(56,74,134); }
div.DivClassName
{
background-color: #384A86;
}
.BgClassName
{
background-color: #384A86;
}
</style>
border-color css
<style>
span { border-color: #384A86; }
span { border-color: rgb(56,74,134); }
td.TdClassName
{
border-color: #384A86;
}
.TagClassName
{
border-color: #384A86;
}
</style>