Shades of Paradiso #3C8389
Tints of Paradiso #3C8389
RGB
CMYK
RGB Variations
Color information
#3C8389 (or 0x3C8389) is known color: Paradiso. HEX triplet: 3C, 83 and 89. RGB value is (60,131,137). Sum of RGB (Red+Green+Blue) = 60+131+137=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C8389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8389 is #C37C76. Grayscale: #6E6E6E. Windows color (decimal): -12811383 or 9012028. OLE color: 9012028.
HSL color Cylindrical-coordinate representation of color #3C8389: hue angle of 184.68º 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 #3C8389 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 131 | 137 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.46 |
| HSL | 184.68º | 0.39% | 0.39% | - |
| HSV(B) | 184.68º | 0.56% | 0.54% | - |
| XYZ | 14.5 | 19 | 26.57 | - |
| YUV | 110.46 | 142.98 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 131 | 137 | 0.56 | 0.04 | 0 | 0.46 | 184.68 | 0.39 | 0.39 |
| Hex | 3C | 83 | 89 | 38 | 4 | 0 | 2E | B9 | 27 | 27 |
| Octal | 74 | 203 | 211 | 70 | 4 | 0 | 56 | 271 | 47 | 47 |
| Binary | 111100 | 10000011 | 10001001 | 111000 | 100 | 0 | 101110 | 10111001 | 100111 | 100111 |
Color Harmonies of #3C8389
Complementary color
Monochromatic Colors of #3C8389
Black with #3C8389
Text Example
Text Example
White with #3C8389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8389; }
p { color: rgb(60,131,137); }
H1.HeaderClassName
{
color: #3C8389;
}
.AnyTagClassName
{
color: #3C8389;
}
</style>
background-color css
<style>
a { background-color: #3C8389; }
a { background-color: rgb(60,131,137); }
div.DivClassName
{
background-color: #3C8389;
}
.BgClassName
{
background-color: #3C8389;
}
</style>
border-color css
<style>
span { border-color: #3C8389; }
span { border-color: rgb(60,131,137); }
td.TdClassName
{
border-color: #3C8389;
}
.TagClassName
{
border-color: #3C8389;
}
</style>