Shades of Paradiso #3F7D86
Tints of Paradiso #3F7D86
RGB
CMYK
RGB Variations
Color information
#3F7D86 (or 0x3F7D86) is known color: Paradiso. HEX triplet: 3F, 7D and 86. RGB value is (63,125,134). Sum of RGB (Red+Green+Blue) = 63+125+134=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 134 - color contains mainly: blue. Hex color #3F7D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7D86 is #C08279. Grayscale: #6B6B6B. Windows color (decimal): -12616314 or 8813887. OLE color: 8813887.
HSL color Cylindrical-coordinate representation of color #3F7D86: hue angle of 187.61º 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 #3F7D86 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 125 | 134 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.47 |
| HSL | 187.61º | 0.36% | 0.39% | - |
| HSV(B) | 187.61º | 0.53% | 0.53% | - |
| XYZ | 13.69 | 17.45 | 25.2 | - |
| YUV | 107.49 | 142.96 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 125 | 134 | 0.53 | 0.07 | 0 | 0.47 | 187.61 | 0.36 | 0.39 |
| Hex | 3F | 7D | 86 | 35 | 7 | 0 | 2F | BC | 24 | 27 |
| Octal | 77 | 175 | 206 | 65 | 7 | 0 | 57 | 274 | 44 | 47 |
| Binary | 111111 | 1111101 | 10000110 | 110101 | 111 | 0 | 101111 | 10111100 | 100100 | 100111 |
Color Harmonies of #3F7D86
Complementary color
Monochromatic Colors of #3F7D86
Black with #3F7D86
Text Example
Text Example
White with #3F7D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7D86; }
p { color: rgb(63,125,134); }
H1.HeaderClassName
{
color: #3F7D86;
}
.AnyTagClassName
{
color: #3F7D86;
}
</style>
background-color css
<style>
a { background-color: #3F7D86; }
a { background-color: rgb(63,125,134); }
div.DivClassName
{
background-color: #3F7D86;
}
.BgClassName
{
background-color: #3F7D86;
}
</style>
border-color css
<style>
span { border-color: #3F7D86; }
span { border-color: rgb(63,125,134); }
td.TdClassName
{
border-color: #3F7D86;
}
.TagClassName
{
border-color: #3F7D86;
}
</style>