Shades of Tory Blue #385299
Tints of Tory Blue #385299
RGB
CMYK
RGB Variations
Color information
#385299 (or 0x385299) is known color: Tory Blue. HEX triplet: 38, 52 and 99. RGB value is (56,82,153). Sum of RGB (Red+Green+Blue) = 56+82+153=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #385299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385299 is #C7AD66. Grayscale: #525252. Windows color (decimal): -13086055 or 10048056. OLE color: 10048056.
HSL color Cylindrical-coordinate representation of color #385299: hue angle of 223.92º 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 #385299 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 56 | 82 | 153 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.4 |
| HSL | 223.92º | 0.46% | 0.41% | - |
| HSV(B) | 223.92º | 0.63% | 0.6% | - |
| XYZ | 10.4 | 9.18 | 31.36 | - |
| YUV | 82.32 | 167.89 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 82 | 153 | 0.63 | 0.46 | 0 | 0.4 | 223.92 | 0.46 | 0.41 |
| Hex | 38 | 52 | 99 | 3F | 2E | 0 | 28 | E0 | 2E | 29 |
| Octal | 70 | 122 | 231 | 77 | 56 | 0 | 50 | 340 | 56 | 51 |
| Binary | 111000 | 1010010 | 10011001 | 111111 | 101110 | 0 | 101000 | 11100000 | 101110 | 101001 |
Color Harmonies of #385299
Complementary color
Monochromatic Colors of #385299
Black with #385299
Text Example
Text Example
White with #385299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385299; }
p { color: rgb(56,82,153); }
H1.HeaderClassName
{
color: #385299;
}
.AnyTagClassName
{
color: #385299;
}
</style>
background-color css
<style>
a { background-color: #385299; }
a { background-color: rgb(56,82,153); }
div.DivClassName
{
background-color: #385299;
}
.BgClassName
{
background-color: #385299;
}
</style>
border-color css
<style>
span { border-color: #385299; }
span { border-color: rgb(56,82,153); }
td.TdClassName
{
border-color: #385299;
}
.TagClassName
{
border-color: #385299;
}
</style>