Shades of Paradiso #3F8380
Tints of Paradiso #3F8380
RGB
CMYK
RGB Variations
Color information
#3F8380 (or 0x3F8380) is known color: Paradiso. HEX triplet: 3F, 83 and 80. RGB value is (63,131,128). Sum of RGB (Red+Green+Blue) = 63+131+128=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 131 - color contains mainly: green. Hex color #3F8380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8380 is #C07C7F. Grayscale: #6E6E6E. Windows color (decimal): -12614784 or 8422207. OLE color: 8422207.
HSL color Cylindrical-coordinate representation of color #3F8380: hue angle of 177.35º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F8380 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 131 | 128 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.49 |
| HSL | 177.35º | 0.35% | 0.38% | - |
| HSV(B) | 177.35º | 0.52% | 0.51% | - |
| XYZ | 14.06 | 18.85 | 23.32 | - |
| YUV | 110.33 | 137.97 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 131 | 128 | 0.52 | 0 | 0.02 | 0.49 | 177.35 | 0.35 | 0.38 |
| Hex | 3F | 83 | 80 | 34 | 0 | 2 | 31 | B1 | 23 | 26 |
| Octal | 77 | 203 | 200 | 64 | 0 | 2 | 61 | 261 | 43 | 46 |
| Binary | 111111 | 10000011 | 10000000 | 110100 | 0 | 10 | 110001 | 10110001 | 100011 | 100110 |
Color Harmonies of #3F8380
Complementary color
Monochromatic Colors of #3F8380
Black with #3F8380
Text Example
Text Example
White with #3F8380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8380; }
p { color: rgb(63,131,128); }
H1.HeaderClassName
{
color: #3F8380;
}
.AnyTagClassName
{
color: #3F8380;
}
</style>
background-color css
<style>
a { background-color: #3F8380; }
a { background-color: rgb(63,131,128); }
div.DivClassName
{
background-color: #3F8380;
}
.BgClassName
{
background-color: #3F8380;
}
</style>
border-color css
<style>
span { border-color: #3F8380; }
span { border-color: rgb(63,131,128); }
td.TdClassName
{
border-color: #3F8380;
}
.TagClassName
{
border-color: #3F8380;
}
</style>