Shades of Paradiso #3E8289
Tints of Paradiso #3E8289
RGB
CMYK
RGB Variations
Color information
#3E8289 (or 0x3E8289) is known color: Paradiso. HEX triplet: 3E, 82 and 89. RGB value is (62,130,137). Sum of RGB (Red+Green+Blue) = 62+130+137=329 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.84% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 137 - color contains mainly: blue. Hex color #3E8289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8289 is #C17D76. Grayscale: #6E6E6E. Windows color (decimal): -12680567 or 9011774. OLE color: 9011774.
HSL color Cylindrical-coordinate representation of color #3E8289: hue angle of 185.6º 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 #3E8289 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 130 | 137 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.46 |
| HSL | 185.6º | 0.38% | 0.39% | - |
| HSV(B) | 185.6º | 0.55% | 0.54% | - |
| XYZ | 14.48 | 18.8 | 26.53 | - |
| YUV | 110.47 | 142.97 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 130 | 137 | 0.55 | 0.05 | 0 | 0.46 | 185.6 | 0.38 | 0.39 |
| Hex | 3E | 82 | 89 | 37 | 5 | 0 | 2E | BA | 26 | 27 |
| Octal | 76 | 202 | 211 | 67 | 5 | 0 | 56 | 272 | 46 | 47 |
| Binary | 111110 | 10000010 | 10001001 | 110111 | 101 | 0 | 101110 | 10111010 | 100110 | 100111 |
Color Harmonies of #3E8289
Complementary color
Monochromatic Colors of #3E8289
Black with #3E8289
Text Example
Text Example
White with #3E8289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8289; }
p { color: rgb(62,130,137); }
H1.HeaderClassName
{
color: #3E8289;
}
.AnyTagClassName
{
color: #3E8289;
}
</style>
background-color css
<style>
a { background-color: #3E8289; }
a { background-color: rgb(62,130,137); }
div.DivClassName
{
background-color: #3E8289;
}
.BgClassName
{
background-color: #3E8289;
}
</style>
border-color css
<style>
span { border-color: #3E8289; }
span { border-color: rgb(62,130,137); }
td.TdClassName
{
border-color: #3E8289;
}
.TagClassName
{
border-color: #3E8289;
}
</style>