Shades of St Tropaz #395C8F
Tints of St Tropaz #395C8F
RGB
CMYK
RGB Variations
Color information
#395C8F (or 0x395C8F) is known color: St Tropaz. HEX triplet: 39, 5C and 8F. RGB value is (57,92,143). Sum of RGB (Red+Green+Blue) = 57+92+143=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 143 (56.25% from 255 or 48.97% from 292); Max value from RGB is 143 - color contains mainly: blue. Hex color #395C8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395C8F is #C6A370. Grayscale: #575757. Windows color (decimal): -13017969 or 9395257. OLE color: 9395257.
HSL color Cylindrical-coordinate representation of color #395C8F: hue angle of 215.58º 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 #395C8F is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 92 | 143 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.44 |
| HSL | 215.58º | 0.43% | 0.39% | - |
| HSV(B) | 215.58º | 0.6% | 0.56% | - |
| XYZ | 10.47 | 10.51 | 27.46 | - |
| YUV | 87.35 | 159.4 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 92 | 143 | 0.60 | 0.36 | 0 | 0.44 | 215.58 | 0.43 | 0.39 |
| Hex | 39 | 5C | 8F | 3C | 24 | 0 | 2C | D8 | 2B | 27 |
| Octal | 71 | 134 | 217 | 74 | 44 | 0 | 54 | 330 | 53 | 47 |
| Binary | 111001 | 1011100 | 10001111 | 111100 | 100100 | 0 | 101100 | 11011000 | 101011 | 100111 |
Color Harmonies of #395C8F
Complementary color
Monochromatic Colors of #395C8F
Black with #395C8F
Text Example
Text Example
White with #395C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395C8F; }
p { color: rgb(57,92,143); }
H1.HeaderClassName
{
color: #395C8F;
}
.AnyTagClassName
{
color: #395C8F;
}
</style>
background-color css
<style>
a { background-color: #395C8F; }
a { background-color: rgb(57,92,143); }
div.DivClassName
{
background-color: #395C8F;
}
.BgClassName
{
background-color: #395C8F;
}
</style>
border-color css
<style>
span { border-color: #395C8F; }
span { border-color: rgb(57,92,143); }
td.TdClassName
{
border-color: #395C8F;
}
.TagClassName
{
border-color: #395C8F;
}
</style>