Shades of Tory Blue #384993
Tints of Tory Blue #384993
RGB
CMYK
RGB Variations
Color information
#384993 (or 0x384993) is known color: Tory Blue. HEX triplet: 38, 49 and 93. RGB value is (56,73,147). Sum of RGB (Red+Green+Blue) = 56+73+147=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #384993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384993 is #C7B66C. Grayscale: #4C4C4C. Windows color (decimal): -13088365 or 9652536. OLE color: 9652536.
HSL color Cylindrical-coordinate representation of color #384993: hue angle of 228.79º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #384993 is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 73 | 147 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.42 |
| HSL | 228.79º | 0.45% | 0.4% | - |
| HSV(B) | 228.79º | 0.62% | 0.58% | - |
| XYZ | 9.28 | 7.71 | 28.6 | - |
| YUV | 76.35 | 167.87 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 73 | 147 | 0.62 | 0.50 | 0 | 0.42 | 228.79 | 0.45 | 0.4 |
| Hex | 38 | 49 | 93 | 3E | 32 | 0 | 2A | E5 | 2D | 28 |
| Octal | 70 | 111 | 223 | 76 | 62 | 0 | 52 | 345 | 55 | 50 |
| Binary | 111000 | 1001001 | 10010011 | 111110 | 110010 | 0 | 101010 | 11100101 | 101101 | 101000 |
Color Harmonies of #384993
Complementary color
Monochromatic Colors of #384993
Black with #384993
Text Example
Text Example
White with #384993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384993; }
p { color: rgb(56,73,147); }
H1.HeaderClassName
{
color: #384993;
}
.AnyTagClassName
{
color: #384993;
}
</style>
background-color css
<style>
a { background-color: #384993; }
a { background-color: rgb(56,73,147); }
div.DivClassName
{
background-color: #384993;
}
.BgClassName
{
background-color: #384993;
}
</style>
border-color css
<style>
span { border-color: #384993; }
span { border-color: rgb(56,73,147); }
td.TdClassName
{
border-color: #384993;
}
.TagClassName
{
border-color: #384993;
}
</style>