Shades of Paradiso #3F827D
Tints of Paradiso #3F827D
RGB
CMYK
RGB Variations
Color information
#3F827D (or 0x3F827D) is known color: Paradiso. HEX triplet: 3F, 82 and 7D. RGB value is (63,130,125). Sum of RGB (Red+Green+Blue) = 63+130+125=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 130 - color contains mainly: green. Hex color #3F827D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F827D is #C07D82. Grayscale: #6D6D6D. Windows color (decimal): -12615043 or 8225343. OLE color: 8225343.
HSL color Cylindrical-coordinate representation of color #3F827D: hue angle of 175.52º 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 #3F827D is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 130 | 125 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.49 |
| HSL | 175.52º | 0.35% | 0.38% | - |
| HSV(B) | 175.52º | 0.52% | 0.51% | - |
| XYZ | 13.73 | 18.5 | 22.25 | - |
| YUV | 109.4 | 136.8 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 130 | 125 | 0.52 | 0 | 0.04 | 0.49 | 175.52 | 0.35 | 0.38 |
| Hex | 3F | 82 | 7D | 34 | 0 | 4 | 31 | B0 | 23 | 26 |
| Octal | 77 | 202 | 175 | 64 | 0 | 4 | 61 | 260 | 43 | 46 |
| Binary | 111111 | 10000010 | 1111101 | 110100 | 0 | 100 | 110001 | 10110000 | 100011 | 100110 |
Color Harmonies of #3F827D
Complementary color
Monochromatic Colors of #3F827D
Black with #3F827D
Text Example
Text Example
White with #3F827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F827D; }
p { color: rgb(63,130,125); }
H1.HeaderClassName
{
color: #3F827D;
}
.AnyTagClassName
{
color: #3F827D;
}
</style>
background-color css
<style>
a { background-color: #3F827D; }
a { background-color: rgb(63,130,125); }
div.DivClassName
{
background-color: #3F827D;
}
.BgClassName
{
background-color: #3F827D;
}
</style>
border-color css
<style>
span { border-color: #3F827D; }
span { border-color: rgb(63,130,125); }
td.TdClassName
{
border-color: #3F827D;
}
.TagClassName
{
border-color: #3F827D;
}
</style>