Shades of Paradiso #3F7E87
Tints of Paradiso #3F7E87
RGB
CMYK
RGB Variations
Color information
#3F7E87 (or 0x3F7E87) is known color: Paradiso. HEX triplet: 3F, 7E and 87. RGB value is (63,126,135). Sum of RGB (Red+Green+Blue) = 63+126+135=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 135 - color contains mainly: blue. Hex color #3F7E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7E87 is #C08178. Grayscale: #6C6C6C. Windows color (decimal): -12616057 or 8879679. OLE color: 8879679.
HSL color Cylindrical-coordinate representation of color #3F7E87: hue angle of 187.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 #3F7E87 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 126 | 135 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.47 |
| HSL | 187.5º | 0.36% | 0.39% | - |
| HSV(B) | 187.5º | 0.53% | 0.53% | - |
| XYZ | 13.88 | 17.73 | 25.61 | - |
| YUV | 108.19 | 143.13 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 126 | 135 | 0.53 | 0.07 | 0 | 0.47 | 187.5 | 0.36 | 0.39 |
| Hex | 3F | 7E | 87 | 35 | 7 | 0 | 2F | BC | 24 | 27 |
| Octal | 77 | 176 | 207 | 65 | 7 | 0 | 57 | 274 | 44 | 47 |
| Binary | 111111 | 1111110 | 10000111 | 110101 | 111 | 0 | 101111 | 10111100 | 100100 | 100111 |
Color Harmonies of #3F7E87
Complementary color
Monochromatic Colors of #3F7E87
Black with #3F7E87
Text Example
Text Example
White with #3F7E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7E87; }
p { color: rgb(63,126,135); }
H1.HeaderClassName
{
color: #3F7E87;
}
.AnyTagClassName
{
color: #3F7E87;
}
</style>
background-color css
<style>
a { background-color: #3F7E87; }
a { background-color: rgb(63,126,135); }
div.DivClassName
{
background-color: #3F7E87;
}
.BgClassName
{
background-color: #3F7E87;
}
</style>
border-color css
<style>
span { border-color: #3F7E87; }
span { border-color: rgb(63,126,135); }
td.TdClassName
{
border-color: #3F7E87;
}
.TagClassName
{
border-color: #3F7E87;
}
</style>