Shades of Paradiso #3C8485
Tints of Paradiso #3C8485
RGB
CMYK
RGB Variations
Color information
#3C8485 (or 0x3C8485) is known color: Paradiso. HEX triplet: 3C, 84 and 85. RGB value is (60,132,133). Sum of RGB (Red+Green+Blue) = 60+132+133=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #3C8485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8485 is #C37B7A. Grayscale: #6E6E6E. Windows color (decimal): -12811131 or 8750140. OLE color: 8750140.
HSL color Cylindrical-coordinate representation of color #3C8485: hue angle of 180.82º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C8485 is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 60 | 132 | 133 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.48 |
| HSL | 180.82º | 0.38% | 0.38% | - |
| HSV(B) | 180.82º | 0.55% | 0.52% | - |
| XYZ | 14.35 | 19.16 | 25.13 | - |
| YUV | 110.59 | 140.65 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 132 | 133 | 0.55 | 0.01 | 0 | 0.48 | 180.82 | 0.38 | 0.38 |
| Hex | 3C | 84 | 85 | 37 | 1 | 0 | 30 | B5 | 26 | 26 |
| Octal | 74 | 204 | 205 | 67 | 1 | 0 | 60 | 265 | 46 | 46 |
| Binary | 111100 | 10000100 | 10000101 | 110111 | 1 | 0 | 110000 | 10110101 | 100110 | 100110 |
Color Harmonies of #3C8485
Complementary color
Monochromatic Colors of #3C8485
Black with #3C8485
Text Example
Text Example
White with #3C8485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8485; }
p { color: rgb(60,132,133); }
H1.HeaderClassName
{
color: #3C8485;
}
.AnyTagClassName
{
color: #3C8485;
}
</style>
background-color css
<style>
a { background-color: #3C8485; }
a { background-color: rgb(60,132,133); }
div.DivClassName
{
background-color: #3C8485;
}
.BgClassName
{
background-color: #3C8485;
}
</style>
border-color css
<style>
span { border-color: #3C8485; }
span { border-color: rgb(60,132,133); }
td.TdClassName
{
border-color: #3C8485;
}
.TagClassName
{
border-color: #3C8485;
}
</style>