Shades of Paradiso #3E8389
Tints of Paradiso #3E8389
RGB
CMYK
RGB Variations
Color information
#3E8389 (or 0x3E8389) is known color: Paradiso. HEX triplet: 3E, 83 and 89. RGB value is (62,131,137). Sum of RGB (Red+Green+Blue) = 62+131+137=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 137 - color contains mainly: blue. Hex color #3E8389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8389 is #C17C76. Grayscale: #6E6E6E. Windows color (decimal): -12680311 or 9012030. OLE color: 9012030.
HSL color Cylindrical-coordinate representation of color #3E8389: hue angle of 184.8º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E8389 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 131 | 137 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.46 |
| HSL | 184.8º | 0.38% | 0.39% | - |
| HSV(B) | 184.8º | 0.55% | 0.54% | - |
| XYZ | 14.62 | 19.06 | 26.58 | - |
| YUV | 111.05 | 142.64 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 131 | 137 | 0.55 | 0.04 | 0 | 0.46 | 184.8 | 0.38 | 0.39 |
| Hex | 3E | 83 | 89 | 37 | 4 | 0 | 2E | B9 | 26 | 27 |
| Octal | 76 | 203 | 211 | 67 | 4 | 0 | 56 | 271 | 46 | 47 |
| Binary | 111110 | 10000011 | 10001001 | 110111 | 100 | 0 | 101110 | 10111001 | 100110 | 100111 |
Color Harmonies of #3E8389
Complementary color
Monochromatic Colors of #3E8389
Black with #3E8389
Text Example
Text Example
White with #3E8389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8389; }
p { color: rgb(62,131,137); }
H1.HeaderClassName
{
color: #3E8389;
}
.AnyTagClassName
{
color: #3E8389;
}
</style>
background-color css
<style>
a { background-color: #3E8389; }
a { background-color: rgb(62,131,137); }
div.DivClassName
{
background-color: #3E8389;
}
.BgClassName
{
background-color: #3E8389;
}
</style>
border-color css
<style>
span { border-color: #3E8389; }
span { border-color: rgb(62,131,137); }
td.TdClassName
{
border-color: #3E8389;
}
.TagClassName
{
border-color: #3E8389;
}
</style>