Shades of Tory Blue #384A87
Tints of Tory Blue #384A87
RGB
CMYK
RGB Variations
Color information
#384A87 (or 0x384A87) is known color: Tory Blue. HEX triplet: 38, 4A and 87. RGB value is (56,74,135). Sum of RGB (Red+Green+Blue) = 56+74+135=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 135 (53.12% from 255 or 50.94% from 265); Max value from RGB is 135 - color contains mainly: blue. Hex color #384A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384A87 is #C7B578. Grayscale: #4B4B4B. Windows color (decimal): -13088121 or 8866360. OLE color: 8866360.
HSL color Cylindrical-coordinate representation of color #384A87: hue angle of 226.33º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #384A87 is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 74 | 135 | - |
| CMYK | 0.59 | 0.45 | 0 | 0.47 |
| HSL | 226.33º | 0.41% | 0.37% | - |
| HSV(B) | 226.33º | 0.59% | 0.53% | - |
| XYZ | 8.45 | 7.49 | 23.92 | - |
| YUV | 75.57 | 161.54 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 74 | 135 | 0.59 | 0.45 | 0 | 0.47 | 226.33 | 0.41 | 0.37 |
| Hex | 38 | 4A | 87 | 3B | 2D | 0 | 2F | E2 | 29 | 25 |
| Octal | 70 | 112 | 207 | 73 | 55 | 0 | 57 | 342 | 51 | 45 |
| Binary | 111000 | 1001010 | 10000111 | 111011 | 101101 | 0 | 101111 | 11100010 | 101001 | 100101 |
Color Harmonies of #384A87
Complementary color
Monochromatic Colors of #384A87
Black with #384A87
Text Example
Text Example
White with #384A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384A87; }
p { color: rgb(56,74,135); }
H1.HeaderClassName
{
color: #384A87;
}
.AnyTagClassName
{
color: #384A87;
}
</style>
background-color css
<style>
a { background-color: #384A87; }
a { background-color: rgb(56,74,135); }
div.DivClassName
{
background-color: #384A87;
}
.BgClassName
{
background-color: #384A87;
}
</style>
border-color css
<style>
span { border-color: #384A87; }
span { border-color: rgb(56,74,135); }
td.TdClassName
{
border-color: #384A87;
}
.TagClassName
{
border-color: #384A87;
}
</style>