Shades of Tory Blue #385099
Tints of Tory Blue #385099
RGB
CMYK
RGB Variations
Color information
#385099 (or 0x385099) is known color: Tory Blue. HEX triplet: 38, 50 and 99. RGB value is (56,80,153). Sum of RGB (Red+Green+Blue) = 56+80+153=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #385099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385099 is #C7AF66. Grayscale: #505050. Windows color (decimal): -13086567 or 10047544. OLE color: 10047544.
HSL color Cylindrical-coordinate representation of color #385099: hue angle of 225.15º 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 #385099 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 56 | 80 | 153 | - |
| CMYK | 0.63 | 0.48 | 0 | 0.4 |
| HSL | 225.15º | 0.46% | 0.41% | - |
| HSV(B) | 225.15º | 0.63% | 0.6% | - |
| XYZ | 10.25 | 8.88 | 31.31 | - |
| YUV | 81.15 | 168.55 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 80 | 153 | 0.63 | 0.48 | 0 | 0.4 | 225.15 | 0.46 | 0.41 |
| Hex | 38 | 50 | 99 | 3F | 30 | 0 | 28 | E1 | 2E | 29 |
| Octal | 70 | 120 | 231 | 77 | 60 | 0 | 50 | 341 | 56 | 51 |
| Binary | 111000 | 1010000 | 10011001 | 111111 | 110000 | 0 | 101000 | 11100001 | 101110 | 101001 |
Color Harmonies of #385099
Complementary color
Monochromatic Colors of #385099
Black with #385099
Text Example
Text Example
White with #385099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385099; }
p { color: rgb(56,80,153); }
H1.HeaderClassName
{
color: #385099;
}
.AnyTagClassName
{
color: #385099;
}
</style>
background-color css
<style>
a { background-color: #385099; }
a { background-color: rgb(56,80,153); }
div.DivClassName
{
background-color: #385099;
}
.BgClassName
{
background-color: #385099;
}
</style>
border-color css
<style>
span { border-color: #385099; }
span { border-color: rgb(56,80,153); }
td.TdClassName
{
border-color: #385099;
}
.TagClassName
{
border-color: #385099;
}
</style>