Shades of Paradiso #397E86
Tints of Paradiso #397E86
RGB
CMYK
RGB Variations
Color information
#397E86 (or 0x397E86) is known color: Paradiso. HEX triplet: 39, 7E and 86. RGB value is (57,126,134). Sum of RGB (Red+Green+Blue) = 57+126+134=317 (41% of max value = 765). Red value is 57 (22.66% from 255 or 17.98% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 134 - color contains mainly: blue. Hex color #397E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397E86 is #C68179. Grayscale: #6A6A6A. Windows color (decimal): -13009274 or 8814137. OLE color: 8814137.
HSL color Cylindrical-coordinate representation of color #397E86: hue angle of 186.23º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #397E86 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 57 | 126 | 134 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.47 |
| HSL | 186.23º | 0.4% | 0.37% | - |
| HSV(B) | 186.23º | 0.57% | 0.53% | - |
| XYZ | 13.45 | 17.51 | 25.23 | - |
| YUV | 106.28 | 143.64 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 126 | 134 | 0.57 | 0.06 | 0 | 0.47 | 186.23 | 0.4 | 0.37 |
| Hex | 39 | 7E | 86 | 39 | 6 | 0 | 2F | BA | 28 | 25 |
| Octal | 71 | 176 | 206 | 71 | 6 | 0 | 57 | 272 | 50 | 45 |
| Binary | 111001 | 1111110 | 10000110 | 111001 | 110 | 0 | 101111 | 10111010 | 101000 | 100101 |
Color Harmonies of #397E86
Complementary color
Monochromatic Colors of #397E86
Black with #397E86
Text Example
Text Example
White with #397E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397E86; }
p { color: rgb(57,126,134); }
H1.HeaderClassName
{
color: #397E86;
}
.AnyTagClassName
{
color: #397E86;
}
</style>
background-color css
<style>
a { background-color: #397E86; }
a { background-color: rgb(57,126,134); }
div.DivClassName
{
background-color: #397E86;
}
.BgClassName
{
background-color: #397E86;
}
</style>
border-color css
<style>
span { border-color: #397E86; }
span { border-color: rgb(57,126,134); }
td.TdClassName
{
border-color: #397E86;
}
.TagClassName
{
border-color: #397E86;
}
</style>