Shades of St Tropaz #395A8B
Tints of St Tropaz #395A8B
RGB
CMYK
RGB Variations
Color information
#395A8B (or 0x395A8B) is known color: St Tropaz. HEX triplet: 39, 5A and 8B. RGB value is (57,90,139). Sum of RGB (Red+Green+Blue) = 57+90+139=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #395A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395A8B is #C6A574. Grayscale: #555555. Windows color (decimal): -13018485 or 9132601. OLE color: 9132601.
HSL color Cylindrical-coordinate representation of color #395A8B: hue angle of 215.85º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #395A8B is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 90 | 139 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.45 |
| HSL | 215.85º | 0.42% | 0.38% | - |
| HSV(B) | 215.85º | 0.59% | 0.55% | - |
| XYZ | 10 | 10.05 | 25.84 | - |
| YUV | 85.72 | 158.07 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 90 | 139 | 0.59 | 0.35 | 0 | 0.45 | 215.85 | 0.42 | 0.38 |
| Hex | 39 | 5A | 8B | 3B | 23 | 0 | 2D | D8 | 2A | 26 |
| Octal | 71 | 132 | 213 | 73 | 43 | 0 | 55 | 330 | 52 | 46 |
| Binary | 111001 | 1011010 | 10001011 | 111011 | 100011 | 0 | 101101 | 11011000 | 101010 | 100110 |
Color Harmonies of #395A8B
Complementary color
Monochromatic Colors of #395A8B
Black with #395A8B
Text Example
Text Example
White with #395A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395A8B; }
p { color: rgb(57,90,139); }
H1.HeaderClassName
{
color: #395A8B;
}
.AnyTagClassName
{
color: #395A8B;
}
</style>
background-color css
<style>
a { background-color: #395A8B; }
a { background-color: rgb(57,90,139); }
div.DivClassName
{
background-color: #395A8B;
}
.BgClassName
{
background-color: #395A8B;
}
</style>
border-color css
<style>
span { border-color: #395A8B; }
span { border-color: rgb(57,90,139); }
td.TdClassName
{
border-color: #395A8B;
}
.TagClassName
{
border-color: #395A8B;
}
</style>