Shades of Tory Blue #385698
Tints of Tory Blue #385698
RGB
CMYK
RGB Variations
Color information
#385698 (or 0x385698) is known color: Tory Blue. HEX triplet: 38, 56 and 98. RGB value is (56,86,152). Sum of RGB (Red+Green+Blue) = 56+86+152=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 152 (59.77% from 255 or 51.70% from 294); Max value from RGB is 152 - color contains mainly: blue. Hex color #385698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385698 is #C7A967. Grayscale: #545454. Windows color (decimal): -13085032 or 9983544. OLE color: 9983544.
HSL color Cylindrical-coordinate representation of color #385698: hue angle of 221.25º 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 #385698 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 86 | 152 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.40 |
| HSL | 221.25º | 0.46% | 0.41% | - |
| HSV(B) | 221.25º | 0.63% | 0.6% | - |
| XYZ | 10.63 | 9.76 | 31.03 | - |
| YUV | 84.55 | 166.06 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 86 | 152 | 0.63 | 0.43 | 0 | 0.40 | 221.25 | 0.46 | 0.41 |
| Hex | 38 | 56 | 98 | 3F | 2B | 0 | 28 | DD | 2E | 29 |
| Octal | 70 | 126 | 230 | 77 | 53 | 0 | 50 | 335 | 56 | 51 |
| Binary | 111000 | 1010110 | 10011000 | 111111 | 101011 | 0 | 101000 | 11011101 | 101110 | 101001 |
Color Harmonies of #385698
Complementary color
Monochromatic Colors of #385698
Black with #385698
Text Example
Text Example
White with #385698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385698; }
p { color: rgb(56,86,152); }
H1.HeaderClassName
{
color: #385698;
}
.AnyTagClassName
{
color: #385698;
}
</style>
background-color css
<style>
a { background-color: #385698; }
a { background-color: rgb(56,86,152); }
div.DivClassName
{
background-color: #385698;
}
.BgClassName
{
background-color: #385698;
}
</style>
border-color css
<style>
span { border-color: #385698; }
span { border-color: rgb(56,86,152); }
td.TdClassName
{
border-color: #385698;
}
.TagClassName
{
border-color: #385698;
}
</style>