Shades of St Tropaz #395A8D
Tints of St Tropaz #395A8D
RGB
CMYK
RGB Variations
Color information
#395A8D (or 0x395A8D) is known color: St Tropaz. HEX triplet: 39, 5A and 8D. RGB value is (57,90,141). Sum of RGB (Red+Green+Blue) = 57+90+141=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #395A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395A8D is #C6A572. Grayscale: #555555. Windows color (decimal): -13018483 or 9263673. OLE color: 9263673.
HSL color Cylindrical-coordinate representation of color #395A8D: hue angle of 216.43º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #395A8D is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 90 | 141 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.45 |
| HSL | 216.43º | 0.42% | 0.39% | - |
| HSV(B) | 216.43º | 0.6% | 0.55% | - |
| XYZ | 10.15 | 10.11 | 26.61 | - |
| YUV | 85.95 | 159.07 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 90 | 141 | 0.60 | 0.36 | 0 | 0.45 | 216.43 | 0.42 | 0.39 |
| Hex | 39 | 5A | 8D | 3C | 24 | 0 | 2D | D8 | 2A | 27 |
| Octal | 71 | 132 | 215 | 74 | 44 | 0 | 55 | 330 | 52 | 47 |
| Binary | 111001 | 1011010 | 10001101 | 111100 | 100100 | 0 | 101101 | 11011000 | 101010 | 100111 |
Color Harmonies of #395A8D
Complementary color
Monochromatic Colors of #395A8D
Black with #395A8D
Text Example
Text Example
White with #395A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395A8D; }
p { color: rgb(57,90,141); }
H1.HeaderClassName
{
color: #395A8D;
}
.AnyTagClassName
{
color: #395A8D;
}
</style>
background-color css
<style>
a { background-color: #395A8D; }
a { background-color: rgb(57,90,141); }
div.DivClassName
{
background-color: #395A8D;
}
.BgClassName
{
background-color: #395A8D;
}
</style>
border-color css
<style>
span { border-color: #395A8D; }
span { border-color: rgb(57,90,141); }
td.TdClassName
{
border-color: #395A8D;
}
.TagClassName
{
border-color: #395A8D;
}
</style>