Shades of Paradiso #3E8486
Tints of Paradiso #3E8486
RGB
CMYK
RGB Variations
Color information
#3E8486 (or 0x3E8486) is known color: Paradiso. HEX triplet: 3E, 84 and 86. RGB value is (62,132,134). Sum of RGB (Red+Green+Blue) = 62+132+134=328 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.90% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 134 - color contains mainly: blue. Hex color #3E8486 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8486 is #C17B79. Grayscale: #6F6F6F. Windows color (decimal): -12680058 or 8815678. OLE color: 8815678.
HSL color Cylindrical-coordinate representation of color #3E8486: hue angle of 181.67º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E8486 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 132 | 134 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.47 |
| HSL | 181.67º | 0.37% | 0.38% | - |
| HSV(B) | 181.67º | 0.54% | 0.53% | - |
| XYZ | 14.54 | 19.25 | 25.5 | - |
| YUV | 111.3 | 140.81 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 132 | 134 | 0.54 | 0.01 | 0 | 0.47 | 181.67 | 0.37 | 0.38 |
| Hex | 3E | 84 | 86 | 36 | 1 | 0 | 2F | B6 | 25 | 26 |
| Octal | 76 | 204 | 206 | 66 | 1 | 0 | 57 | 266 | 45 | 46 |
| Binary | 111110 | 10000100 | 10000110 | 110110 | 1 | 0 | 101111 | 10110110 | 100101 | 100110 |
Color Harmonies of #3E8486
Complementary color
Monochromatic Colors of #3E8486
Black with #3E8486
Text Example
Text Example
White with #3E8486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8486; }
p { color: rgb(62,132,134); }
H1.HeaderClassName
{
color: #3E8486;
}
.AnyTagClassName
{
color: #3E8486;
}
</style>
background-color css
<style>
a { background-color: #3E8486; }
a { background-color: rgb(62,132,134); }
div.DivClassName
{
background-color: #3E8486;
}
.BgClassName
{
background-color: #3E8486;
}
</style>
border-color css
<style>
span { border-color: #3E8486; }
span { border-color: rgb(62,132,134); }
td.TdClassName
{
border-color: #3E8486;
}
.TagClassName
{
border-color: #3E8486;
}
</style>