Shades of Paradiso #3F818B
Tints of Paradiso #3F818B
RGB
CMYK
RGB Variations
Color information
#3F818B (or 0x3F818B) is known color: Paradiso. HEX triplet: 3F, 81 and 8B. RGB value is (63,129,139). Sum of RGB (Red+Green+Blue) = 63+129+139=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F818B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F818B is #C07E74. Grayscale: #6E6E6E. Windows color (decimal): -12615285 or 9142591. OLE color: 9142591.
HSL color Cylindrical-coordinate representation of color #3F818B: hue angle of 187.89º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F818B is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 129 | 139 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.45 |
| HSL | 187.89º | 0.38% | 0.4% | - |
| HSV(B) | 187.89º | 0.55% | 0.55% | - |
| XYZ | 14.56 | 18.62 | 27.25 | - |
| YUV | 110.41 | 144.13 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 129 | 139 | 0.55 | 0.07 | 0 | 0.45 | 187.89 | 0.38 | 0.4 |
| Hex | 3F | 81 | 8B | 37 | 7 | 0 | 2D | BC | 26 | 28 |
| Octal | 77 | 201 | 213 | 67 | 7 | 0 | 55 | 274 | 46 | 50 |
| Binary | 111111 | 10000001 | 10001011 | 110111 | 111 | 0 | 101101 | 10111100 | 100110 | 101000 |
Color Harmonies of #3F818B
Complementary color
Monochromatic Colors of #3F818B
Black with #3F818B
Text Example
Text Example
White with #3F818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F818B; }
p { color: rgb(63,129,139); }
H1.HeaderClassName
{
color: #3F818B;
}
.AnyTagClassName
{
color: #3F818B;
}
</style>
background-color css
<style>
a { background-color: #3F818B; }
a { background-color: rgb(63,129,139); }
div.DivClassName
{
background-color: #3F818B;
}
.BgClassName
{
background-color: #3F818B;
}
</style>
border-color css
<style>
span { border-color: #3F818B; }
span { border-color: rgb(63,129,139); }
td.TdClassName
{
border-color: #3F818B;
}
.TagClassName
{
border-color: #3F818B;
}
</style>