Shades of Paradiso #3E8685
Tints of Paradiso #3E8685
RGB
CMYK
RGB Variations
Color information
#3E8685 (or 0x3E8685) is known color: Paradiso. HEX triplet: 3E, 86 and 85. RGB value is (62,134,133). Sum of RGB (Red+Green+Blue) = 62+134+133=329 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.84% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #3E8685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8685 is #C1797A. Grayscale: #707070. Windows color (decimal): -12679547 or 8750654. OLE color: 8750654.
HSL color Cylindrical-coordinate representation of color #3E8685: hue angle of 179.17º 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 #3E8685 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 134 | 133 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.47 |
| HSL | 179.17º | 0.37% | 0.38% | - |
| HSV(B) | 179.17º | 0.54% | 0.53% | - |
| XYZ | 14.75 | 19.77 | 25.23 | - |
| YUV | 112.36 | 139.65 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 134 | 133 | 0.54 | 0 | 0.01 | 0.47 | 179.17 | 0.37 | 0.38 |
| Hex | 3E | 86 | 85 | 36 | 0 | 1 | 2F | B3 | 25 | 26 |
| Octal | 76 | 206 | 205 | 66 | 0 | 1 | 57 | 263 | 45 | 46 |
| Binary | 111110 | 10000110 | 10000101 | 110110 | 0 | 1 | 101111 | 10110011 | 100101 | 100110 |
Color Harmonies of #3E8685
Complementary color
Monochromatic Colors of #3E8685
Black with #3E8685
Text Example
Text Example
White with #3E8685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8685; }
p { color: rgb(62,134,133); }
H1.HeaderClassName
{
color: #3E8685;
}
.AnyTagClassName
{
color: #3E8685;
}
</style>
background-color css
<style>
a { background-color: #3E8685; }
a { background-color: rgb(62,134,133); }
div.DivClassName
{
background-color: #3E8685;
}
.BgClassName
{
background-color: #3E8685;
}
</style>
border-color css
<style>
span { border-color: #3E8685; }
span { border-color: rgb(62,134,133); }
td.TdClassName
{
border-color: #3E8685;
}
.TagClassName
{
border-color: #3E8685;
}
</style>