Shades of Paradiso #397E88
Tints of Paradiso #397E88
RGB
CMYK
RGB Variations
Color information
#397E88 (or 0x397E88) is known color: Paradiso. HEX triplet: 39, 7E and 88. RGB value is (57,126,136). Sum of RGB (Red+Green+Blue) = 57+126+136=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 136 - color contains mainly: blue. Hex color #397E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397E88 is #C68177. Grayscale: #6A6A6A. Windows color (decimal): -13009272 or 8945209. OLE color: 8945209.
HSL color Cylindrical-coordinate representation of color #397E88: hue angle of 187.59º 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 #397E88 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 57 | 126 | 136 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.47 |
| HSL | 187.59º | 0.41% | 0.38% | - |
| HSV(B) | 187.59º | 0.58% | 0.53% | - |
| XYZ | 13.59 | 17.57 | 25.97 | - |
| YUV | 106.51 | 144.64 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 126 | 136 | 0.58 | 0.07 | 0 | 0.47 | 187.59 | 0.41 | 0.38 |
| Hex | 39 | 7E | 88 | 3A | 7 | 0 | 2F | BC | 29 | 26 |
| Octal | 71 | 176 | 210 | 72 | 7 | 0 | 57 | 274 | 51 | 46 |
| Binary | 111001 | 1111110 | 10001000 | 111010 | 111 | 0 | 101111 | 10111100 | 101001 | 100110 |
Color Harmonies of #397E88
Complementary color
Monochromatic Colors of #397E88
Black with #397E88
Text Example
Text Example
White with #397E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397E88; }
p { color: rgb(57,126,136); }
H1.HeaderClassName
{
color: #397E88;
}
.AnyTagClassName
{
color: #397E88;
}
</style>
background-color css
<style>
a { background-color: #397E88; }
a { background-color: rgb(57,126,136); }
div.DivClassName
{
background-color: #397E88;
}
.BgClassName
{
background-color: #397E88;
}
</style>
border-color css
<style>
span { border-color: #397E88; }
span { border-color: rgb(57,126,136); }
td.TdClassName
{
border-color: #397E88;
}
.TagClassName
{
border-color: #397E88;
}
</style>