Shades of Tory Blue #395090
Tints of Tory Blue #395090
RGB
CMYK
RGB Variations
Color information
#395090 (or 0x395090) is known color: Tory Blue. HEX triplet: 39, 50 and 90. RGB value is (57,80,144). Sum of RGB (Red+Green+Blue) = 57+80+144=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #395090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395090 is #C6AF6F. Grayscale: #505050. Windows color (decimal): -13021040 or 9457721. OLE color: 9457721.
HSL color Cylindrical-coordinate representation of color #395090: hue angle of 224.14º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #395090 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 80 | 144 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.44 |
| HSL | 224.14º | 0.43% | 0.39% | - |
| HSV(B) | 224.14º | 0.6% | 0.56% | - |
| XYZ | 9.59 | 8.62 | 27.54 | - |
| YUV | 80.42 | 163.88 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 80 | 144 | 0.60 | 0.44 | 0 | 0.44 | 224.14 | 0.43 | 0.39 |
| Hex | 39 | 50 | 90 | 3C | 2C | 0 | 2C | E0 | 2B | 27 |
| Octal | 71 | 120 | 220 | 74 | 54 | 0 | 54 | 340 | 53 | 47 |
| Binary | 111001 | 1010000 | 10010000 | 111100 | 101100 | 0 | 101100 | 11100000 | 101011 | 100111 |
Color Harmonies of #395090
Complementary color
Monochromatic Colors of #395090
Black with #395090
Text Example
Text Example
White with #395090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395090; }
p { color: rgb(57,80,144); }
H1.HeaderClassName
{
color: #395090;
}
.AnyTagClassName
{
color: #395090;
}
</style>
background-color css
<style>
a { background-color: #395090; }
a { background-color: rgb(57,80,144); }
div.DivClassName
{
background-color: #395090;
}
.BgClassName
{
background-color: #395090;
}
</style>
border-color css
<style>
span { border-color: #395090; }
span { border-color: rgb(57,80,144); }
td.TdClassName
{
border-color: #395090;
}
.TagClassName
{
border-color: #395090;
}
</style>