Shades of Tory Blue #395390
Tints of Tory Blue #395390
RGB
CMYK
RGB Variations
Color information
#395390 (or 0x395390) is known color: Tory Blue. HEX triplet: 39, 53 and 90. RGB value is (57,83,144). Sum of RGB (Red+Green+Blue) = 57+83+144=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #395390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395390 is #C6AC6F. Grayscale: #515151. Windows color (decimal): -13020272 or 9458489. OLE color: 9458489.
HSL color Cylindrical-coordinate representation of color #395390: hue angle of 222.07º 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 #395390 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 83 | 144 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.44 |
| HSL | 222.07º | 0.43% | 0.39% | - |
| HSV(B) | 222.07º | 0.6% | 0.56% | - |
| XYZ | 9.81 | 9.07 | 27.62 | - |
| YUV | 82.18 | 162.89 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 83 | 144 | 0.60 | 0.42 | 0 | 0.44 | 222.07 | 0.43 | 0.39 |
| Hex | 39 | 53 | 90 | 3C | 2A | 0 | 2C | DE | 2B | 27 |
| Octal | 71 | 123 | 220 | 74 | 52 | 0 | 54 | 336 | 53 | 47 |
| Binary | 111001 | 1010011 | 10010000 | 111100 | 101010 | 0 | 101100 | 11011110 | 101011 | 100111 |
Color Harmonies of #395390
Complementary color
Monochromatic Colors of #395390
Black with #395390
Text Example
Text Example
White with #395390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395390; }
p { color: rgb(57,83,144); }
H1.HeaderClassName
{
color: #395390;
}
.AnyTagClassName
{
color: #395390;
}
</style>
background-color css
<style>
a { background-color: #395390; }
a { background-color: rgb(57,83,144); }
div.DivClassName
{
background-color: #395390;
}
.BgClassName
{
background-color: #395390;
}
</style>
border-color css
<style>
span { border-color: #395390; }
span { border-color: rgb(57,83,144); }
td.TdClassName
{
border-color: #395390;
}
.TagClassName
{
border-color: #395390;
}
</style>