Shades of Paradiso #3F8784
Tints of Paradiso #3F8784
RGB
CMYK
RGB Variations
Color information
#3F8784 (or 0x3F8784) is known color: Paradiso. HEX triplet: 3F, 87 and 84. RGB value is (63,135,132). Sum of RGB (Red+Green+Blue) = 63+135+132=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 135 - color contains mainly: green. Hex color #3F8784 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8784 is #C0787B. Grayscale: #717171. Windows color (decimal): -12613756 or 8685375. OLE color: 8685375.
HSL color Cylindrical-coordinate representation of color #3F8784: hue angle of 177.5º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F8784 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 135 | 132 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.47 |
| HSL | 177.5º | 0.36% | 0.39% | - |
| HSV(B) | 177.5º | 0.53% | 0.53% | - |
| XYZ | 14.88 | 20.05 | 24.92 | - |
| YUV | 113.13 | 138.65 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 135 | 132 | 0.53 | 0 | 0.02 | 0.47 | 177.5 | 0.36 | 0.39 |
| Hex | 3F | 87 | 84 | 35 | 0 | 2 | 2F | B2 | 24 | 27 |
| Octal | 77 | 207 | 204 | 65 | 0 | 2 | 57 | 262 | 44 | 47 |
| Binary | 111111 | 10000111 | 10000100 | 110101 | 0 | 10 | 101111 | 10110010 | 100100 | 100111 |
Color Harmonies of #3F8784
Complementary color
Monochromatic Colors of #3F8784
Black with #3F8784
Text Example
Text Example
White with #3F8784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8784; }
p { color: rgb(63,135,132); }
H1.HeaderClassName
{
color: #3F8784;
}
.AnyTagClassName
{
color: #3F8784;
}
</style>
background-color css
<style>
a { background-color: #3F8784; }
a { background-color: rgb(63,135,132); }
div.DivClassName
{
background-color: #3F8784;
}
.BgClassName
{
background-color: #3F8784;
}
</style>
border-color css
<style>
span { border-color: #3F8784; }
span { border-color: rgb(63,135,132); }
td.TdClassName
{
border-color: #3F8784;
}
.TagClassName
{
border-color: #3F8784;
}
</style>