Shades of Paradiso #3C8682
Tints of Paradiso #3C8682
RGB
CMYK
RGB Variations
Color information
#3C8682 (or 0x3C8682) is known color: Paradiso. HEX triplet: 3C, 86 and 82. RGB value is (60,134,130). Sum of RGB (Red+Green+Blue) = 60+134+130=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 134 - color contains mainly: green. Hex color #3C8682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8682 is #C3797D. Grayscale: #6F6F6F. Windows color (decimal): -12810622 or 8554044. OLE color: 8554044.
HSL color Cylindrical-coordinate representation of color #3C8682: hue angle of 176.76º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C8682 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 134 | 130 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.47 |
| HSL | 176.76º | 0.38% | 0.38% | - |
| HSV(B) | 176.76º | 0.55% | 0.53% | - |
| XYZ | 14.42 | 19.62 | 24.15 | - |
| YUV | 111.42 | 138.48 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 134 | 130 | 0.55 | 0 | 0.03 | 0.47 | 176.76 | 0.38 | 0.38 |
| Hex | 3C | 86 | 82 | 37 | 0 | 3 | 2F | B1 | 26 | 26 |
| Octal | 74 | 206 | 202 | 67 | 0 | 3 | 57 | 261 | 46 | 46 |
| Binary | 111100 | 10000110 | 10000010 | 110111 | 0 | 11 | 101111 | 10110001 | 100110 | 100110 |
Color Harmonies of #3C8682
Complementary color
Monochromatic Colors of #3C8682
Black with #3C8682
Text Example
Text Example
White with #3C8682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8682; }
p { color: rgb(60,134,130); }
H1.HeaderClassName
{
color: #3C8682;
}
.AnyTagClassName
{
color: #3C8682;
}
</style>
background-color css
<style>
a { background-color: #3C8682; }
a { background-color: rgb(60,134,130); }
div.DivClassName
{
background-color: #3C8682;
}
.BgClassName
{
background-color: #3C8682;
}
</style>
border-color css
<style>
span { border-color: #3C8682; }
span { border-color: rgb(60,134,130); }
td.TdClassName
{
border-color: #3C8682;
}
.TagClassName
{
border-color: #3C8682;
}
</style>