Shades of Tory Blue #384585
Tints of Tory Blue #384585
RGB
CMYK
RGB Variations
Color information
#384585 (or 0x384585) is known color: Tory Blue. HEX triplet: 38, 45 and 85. RGB value is (56,69,133). Sum of RGB (Red+Green+Blue) = 56+69+133=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #384585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384585 is #C7BA7A. Grayscale: #484848. Windows color (decimal): -13089403 or 8734008. OLE color: 8734008.
HSL color Cylindrical-coordinate representation of color #384585: hue angle of 229.87º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #384585 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 69 | 133 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.48 |
| HSL | 229.87º | 0.41% | 0.37% | - |
| HSV(B) | 229.87º | 0.58% | 0.52% | - |
| XYZ | 7.99 | 6.79 | 23.08 | - |
| YUV | 72.41 | 162.19 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 69 | 133 | 0.58 | 0.48 | 0 | 0.48 | 229.87 | 0.41 | 0.37 |
| Hex | 38 | 45 | 85 | 3A | 30 | 0 | 30 | E6 | 29 | 25 |
| Octal | 70 | 105 | 205 | 72 | 60 | 0 | 60 | 346 | 51 | 45 |
| Binary | 111000 | 1000101 | 10000101 | 111010 | 110000 | 0 | 110000 | 11100110 | 101001 | 100101 |
Color Harmonies of #384585
Complementary color
Monochromatic Colors of #384585
Black with #384585
Text Example
Text Example
White with #384585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384585; }
p { color: rgb(56,69,133); }
H1.HeaderClassName
{
color: #384585;
}
.AnyTagClassName
{
color: #384585;
}
</style>
background-color css
<style>
a { background-color: #384585; }
a { background-color: rgb(56,69,133); }
div.DivClassName
{
background-color: #384585;
}
.BgClassName
{
background-color: #384585;
}
</style>
border-color css
<style>
span { border-color: #384585; }
span { border-color: rgb(56,69,133); }
td.TdClassName
{
border-color: #384585;
}
.TagClassName
{
border-color: #384585;
}
</style>