Shades of Tory Blue #384885
Tints of Tory Blue #384885
RGB
CMYK
RGB Variations
Color information
#384885 (or 0x384885) is known color: Tory Blue. HEX triplet: 38, 48 and 85. RGB value is (56,72,133). Sum of RGB (Red+Green+Blue) = 56+72+133=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #384885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384885 is #C7B77A. Grayscale: #494949. Windows color (decimal): -13088635 or 8734776. OLE color: 8734776.
HSL color Cylindrical-coordinate representation of color #384885: hue angle of 227.53º 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 #384885 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 72 | 133 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.48 |
| HSL | 227.53º | 0.41% | 0.37% | - |
| HSV(B) | 227.53º | 0.58% | 0.52% | - |
| XYZ | 8.18 | 7.17 | 23.14 | - |
| YUV | 74.17 | 161.2 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 72 | 133 | 0.58 | 0.46 | 0 | 0.48 | 227.53 | 0.41 | 0.37 |
| Hex | 38 | 48 | 85 | 3A | 2E | 0 | 30 | E4 | 29 | 25 |
| Octal | 70 | 110 | 205 | 72 | 56 | 0 | 60 | 344 | 51 | 45 |
| Binary | 111000 | 1001000 | 10000101 | 111010 | 101110 | 0 | 110000 | 11100100 | 101001 | 100101 |
Color Harmonies of #384885
Complementary color
Monochromatic Colors of #384885
Black with #384885
Text Example
Text Example
White with #384885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384885; }
p { color: rgb(56,72,133); }
H1.HeaderClassName
{
color: #384885;
}
.AnyTagClassName
{
color: #384885;
}
</style>
background-color css
<style>
a { background-color: #384885; }
a { background-color: rgb(56,72,133); }
div.DivClassName
{
background-color: #384885;
}
.BgClassName
{
background-color: #384885;
}
</style>
border-color css
<style>
span { border-color: #384885; }
span { border-color: rgb(56,72,133); }
td.TdClassName
{
border-color: #384885;
}
.TagClassName
{
border-color: #384885;
}
</style>