Shades of Tory Blue #384899
Tints of Tory Blue #384899
RGB
CMYK
RGB Variations
Color information
#384899 (or 0x384899) is known color: Tory Blue. HEX triplet: 38, 48 and 99. RGB value is (56,72,153). Sum of RGB (Red+Green+Blue) = 56+72+153=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #384899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384899 is #C7B766. Grayscale: #4C4C4C. Windows color (decimal): -13088615 or 10045496. OLE color: 10045496.
HSL color Cylindrical-coordinate representation of color #384899: hue angle of 230.1º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #384899 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 56 | 72 | 153 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.4 |
| HSL | 230.1º | 0.46% | 0.41% | - |
| HSV(B) | 230.1º | 0.63% | 0.6% | - |
| XYZ | 9.7 | 7.78 | 31.13 | - |
| YUV | 76.45 | 171.2 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 72 | 153 | 0.63 | 0.53 | 0 | 0.4 | 230.1 | 0.46 | 0.41 |
| Hex | 38 | 48 | 99 | 3F | 35 | 0 | 28 | E6 | 2E | 29 |
| Octal | 70 | 110 | 231 | 77 | 65 | 0 | 50 | 346 | 56 | 51 |
| Binary | 111000 | 1001000 | 10011001 | 111111 | 110101 | 0 | 101000 | 11100110 | 101110 | 101001 |
Color Harmonies of #384899
Complementary color
Monochromatic Colors of #384899
Black with #384899
Text Example
Text Example
White with #384899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384899; }
p { color: rgb(56,72,153); }
H1.HeaderClassName
{
color: #384899;
}
.AnyTagClassName
{
color: #384899;
}
</style>
background-color css
<style>
a { background-color: #384899; }
a { background-color: rgb(56,72,153); }
div.DivClassName
{
background-color: #384899;
}
.BgClassName
{
background-color: #384899;
}
</style>
border-color css
<style>
span { border-color: #384899; }
span { border-color: rgb(56,72,153); }
td.TdClassName
{
border-color: #384899;
}
.TagClassName
{
border-color: #384899;
}
</style>