Shades of Tory Blue #385399
Tints of Tory Blue #385399
RGB
CMYK
RGB Variations
Color information
#385399 (or 0x385399) is known color: Tory Blue. HEX triplet: 38, 53 and 99. RGB value is (56,83,153). Sum of RGB (Red+Green+Blue) = 56+83+153=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #385399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385399 is #C7AC66. Grayscale: #525252. Windows color (decimal): -13085799 or 10048312. OLE color: 10048312.
HSL color Cylindrical-coordinate representation of color #385399: hue angle of 223.3º 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 #385399 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 56 | 83 | 153 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.4 |
| HSL | 223.3º | 0.46% | 0.41% | - |
| HSV(B) | 223.3º | 0.63% | 0.6% | - |
| XYZ | 10.47 | 9.33 | 31.39 | - |
| YUV | 82.91 | 167.55 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 83 | 153 | 0.63 | 0.46 | 0 | 0.4 | 223.3 | 0.46 | 0.41 |
| Hex | 38 | 53 | 99 | 3F | 2E | 0 | 28 | DF | 2E | 29 |
| Octal | 70 | 123 | 231 | 77 | 56 | 0 | 50 | 337 | 56 | 51 |
| Binary | 111000 | 1010011 | 10011001 | 111111 | 101110 | 0 | 101000 | 11011111 | 101110 | 101001 |
Color Harmonies of #385399
Complementary color
Monochromatic Colors of #385399
Black with #385399
Text Example
Text Example
White with #385399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385399; }
p { color: rgb(56,83,153); }
H1.HeaderClassName
{
color: #385399;
}
.AnyTagClassName
{
color: #385399;
}
</style>
background-color css
<style>
a { background-color: #385399; }
a { background-color: rgb(56,83,153); }
div.DivClassName
{
background-color: #385399;
}
.BgClassName
{
background-color: #385399;
}
</style>
border-color css
<style>
span { border-color: #385399; }
span { border-color: rgb(56,83,153); }
td.TdClassName
{
border-color: #385399;
}
.TagClassName
{
border-color: #385399;
}
</style>