Shades of Tory Blue #385493
Tints of Tory Blue #385493
RGB
CMYK
RGB Variations
Color information
#385493 (or 0x385493) is known color: Tory Blue. HEX triplet: 38, 54 and 93. RGB value is (56,84,147). Sum of RGB (Red+Green+Blue) = 56+84+147=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #385493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385493 is #C7AB6C. Grayscale: #525252. Windows color (decimal): -13085549 or 9655352. OLE color: 9655352.
HSL color Cylindrical-coordinate representation of color #385493: hue angle of 221.54º 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 #385493 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 84 | 147 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.42 |
| HSL | 221.54º | 0.45% | 0.4% | - |
| HSV(B) | 221.54º | 0.62% | 0.58% | - |
| XYZ | 10.07 | 9.29 | 28.87 | - |
| YUV | 82.81 | 164.22 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 84 | 147 | 0.62 | 0.43 | 0 | 0.42 | 221.54 | 0.45 | 0.4 |
| Hex | 38 | 54 | 93 | 3E | 2B | 0 | 2A | DE | 2D | 28 |
| Octal | 70 | 124 | 223 | 76 | 53 | 0 | 52 | 336 | 55 | 50 |
| Binary | 111000 | 1010100 | 10010011 | 111110 | 101011 | 0 | 101010 | 11011110 | 101101 | 101000 |
Color Harmonies of #385493
Complementary color
Monochromatic Colors of #385493
Black with #385493
Text Example
Text Example
White with #385493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385493; }
p { color: rgb(56,84,147); }
H1.HeaderClassName
{
color: #385493;
}
.AnyTagClassName
{
color: #385493;
}
</style>
background-color css
<style>
a { background-color: #385493; }
a { background-color: rgb(56,84,147); }
div.DivClassName
{
background-color: #385493;
}
.BgClassName
{
background-color: #385493;
}
</style>
border-color css
<style>
span { border-color: #385493; }
span { border-color: rgb(56,84,147); }
td.TdClassName
{
border-color: #385493;
}
.TagClassName
{
border-color: #385493;
}
</style>