Shades of Paradiso #397E87
Tints of Paradiso #397E87
RGB
CMYK
RGB Variations
Color information
#397E87 (or 0x397E87) is known color: Paradiso. HEX triplet: 39, 7E and 87. RGB value is (57,126,135). Sum of RGB (Red+Green+Blue) = 57+126+135=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 126 (49.61% from 255 or 39.62% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 135 - color contains mainly: blue. Hex color #397E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397E87 is #C68178. Grayscale: #6A6A6A. Windows color (decimal): -13009273 or 8879673. OLE color: 8879673.
HSL color Cylindrical-coordinate representation of color #397E87: hue angle of 186.92º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #397E87 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 57 | 126 | 135 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.47 |
| HSL | 186.92º | 0.41% | 0.38% | - |
| HSV(B) | 186.92º | 0.58% | 0.53% | - |
| XYZ | 13.52 | 17.54 | 25.59 | - |
| YUV | 106.4 | 144.14 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 126 | 135 | 0.58 | 0.07 | 0 | 0.47 | 186.92 | 0.41 | 0.38 |
| Hex | 39 | 7E | 87 | 3A | 7 | 0 | 2F | BB | 29 | 26 |
| Octal | 71 | 176 | 207 | 72 | 7 | 0 | 57 | 273 | 51 | 46 |
| Binary | 111001 | 1111110 | 10000111 | 111010 | 111 | 0 | 101111 | 10111011 | 101001 | 100110 |
Color Harmonies of #397E87
Complementary color
Monochromatic Colors of #397E87
Black with #397E87
Text Example
Text Example
White with #397E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397E87; }
p { color: rgb(57,126,135); }
H1.HeaderClassName
{
color: #397E87;
}
.AnyTagClassName
{
color: #397E87;
}
</style>
background-color css
<style>
a { background-color: #397E87; }
a { background-color: rgb(57,126,135); }
div.DivClassName
{
background-color: #397E87;
}
.BgClassName
{
background-color: #397E87;
}
</style>
border-color css
<style>
span { border-color: #397E87; }
span { border-color: rgb(57,126,135); }
td.TdClassName
{
border-color: #397E87;
}
.TagClassName
{
border-color: #397E87;
}
</style>