Shades of Paradiso #3C8489
Tints of Paradiso #3C8489
RGB
CMYK
RGB Variations
Color information
#3C8489 (or 0x3C8489) is known color: Paradiso. HEX triplet: 3C, 84 and 89. RGB value is (60,132,137). Sum of RGB (Red+Green+Blue) = 60+132+137=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C8489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8489 is #C37B76. Grayscale: #6E6E6E. Windows color (decimal): -12811127 or 9012284. OLE color: 9012284.
HSL color Cylindrical-coordinate representation of color #3C8489: hue angle of 183.9º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C8489 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 132 | 137 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.46 |
| HSL | 183.9º | 0.39% | 0.39% | - |
| HSV(B) | 183.9º | 0.56% | 0.54% | - |
| XYZ | 14.63 | 19.27 | 26.62 | - |
| YUV | 111.04 | 142.65 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 132 | 137 | 0.56 | 0.04 | 0 | 0.46 | 183.9 | 0.39 | 0.39 |
| Hex | 3C | 84 | 89 | 38 | 4 | 0 | 2E | B8 | 27 | 27 |
| Octal | 74 | 204 | 211 | 70 | 4 | 0 | 56 | 270 | 47 | 47 |
| Binary | 111100 | 10000100 | 10001001 | 111000 | 100 | 0 | 101110 | 10111000 | 100111 | 100111 |
Color Harmonies of #3C8489
Complementary color
Monochromatic Colors of #3C8489
Black with #3C8489
Text Example
Text Example
White with #3C8489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8489; }
p { color: rgb(60,132,137); }
H1.HeaderClassName
{
color: #3C8489;
}
.AnyTagClassName
{
color: #3C8489;
}
</style>
background-color css
<style>
a { background-color: #3C8489; }
a { background-color: rgb(60,132,137); }
div.DivClassName
{
background-color: #3C8489;
}
.BgClassName
{
background-color: #3C8489;
}
</style>
border-color css
<style>
span { border-color: #3C8489; }
span { border-color: rgb(60,132,137); }
td.TdClassName
{
border-color: #3C8489;
}
.TagClassName
{
border-color: #3C8489;
}
</style>