Shades of Tory Blue #385389
Tints of Tory Blue #385389
RGB
CMYK
RGB Variations
Color information
#385389 (or 0x385389) is known color: Tory Blue. HEX triplet: 38, 53 and 89. RGB value is (56,83,137). Sum of RGB (Red+Green+Blue) = 56+83+137=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 137 - color contains mainly: blue. Hex color #385389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385389 is #C7AC76. Grayscale: #505050. Windows color (decimal): -13085815 or 8999736. OLE color: 8999736.
HSL color Cylindrical-coordinate representation of color #385389: hue angle of 220º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #385389 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 83 | 137 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.46 |
| HSL | 220º | 0.42% | 0.38% | - |
| HSV(B) | 220º | 0.59% | 0.54% | - |
| XYZ | 9.24 | 8.83 | 24.88 | - |
| YUV | 81.08 | 159.55 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 83 | 137 | 0.59 | 0.39 | 0 | 0.46 | 220 | 0.42 | 0.38 |
| Hex | 38 | 53 | 89 | 3B | 27 | 0 | 2E | DC | 2A | 26 |
| Octal | 70 | 123 | 211 | 73 | 47 | 0 | 56 | 334 | 52 | 46 |
| Binary | 111000 | 1010011 | 10001001 | 111011 | 100111 | 0 | 101110 | 11011100 | 101010 | 100110 |
Color Harmonies of #385389
Complementary color
Monochromatic Colors of #385389
Black with #385389
Text Example
Text Example
White with #385389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385389; }
p { color: rgb(56,83,137); }
H1.HeaderClassName
{
color: #385389;
}
.AnyTagClassName
{
color: #385389;
}
</style>
background-color css
<style>
a { background-color: #385389; }
a { background-color: rgb(56,83,137); }
div.DivClassName
{
background-color: #385389;
}
.BgClassName
{
background-color: #385389;
}
</style>
border-color css
<style>
span { border-color: #385389; }
span { border-color: rgb(56,83,137); }
td.TdClassName
{
border-color: #385389;
}
.TagClassName
{
border-color: #385389;
}
</style>