Shades of Paradiso #3C8089
Tints of Paradiso #3C8089
RGB
CMYK
RGB Variations
Color information
#3C8089 (or 0x3C8089) is known color: Paradiso. HEX triplet: 3C, 80 and 89. RGB value is (60,128,137). Sum of RGB (Red+Green+Blue) = 60+128+137=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C8089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8089 is #C37F76. Grayscale: #6C6C6C. Windows color (decimal): -12812151 or 9011260. OLE color: 9011260.
HSL color Cylindrical-coordinate representation of color #3C8089: hue angle of 187.01º 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 #3C8089 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 128 | 137 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.46 |
| HSL | 187.01º | 0.39% | 0.39% | - |
| HSV(B) | 187.01º | 0.56% | 0.54% | - |
| XYZ | 14.1 | 18.21 | 26.44 | - |
| YUV | 108.69 | 143.97 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 128 | 137 | 0.56 | 0.07 | 0 | 0.46 | 187.01 | 0.39 | 0.39 |
| Hex | 3C | 80 | 89 | 38 | 7 | 0 | 2E | BB | 27 | 27 |
| Octal | 74 | 200 | 211 | 70 | 7 | 0 | 56 | 273 | 47 | 47 |
| Binary | 111100 | 10000000 | 10001001 | 111000 | 111 | 0 | 101110 | 10111011 | 100111 | 100111 |
Color Harmonies of #3C8089
Complementary color
Monochromatic Colors of #3C8089
Black with #3C8089
Text Example
Text Example
White with #3C8089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8089; }
p { color: rgb(60,128,137); }
H1.HeaderClassName
{
color: #3C8089;
}
.AnyTagClassName
{
color: #3C8089;
}
</style>
background-color css
<style>
a { background-color: #3C8089; }
a { background-color: rgb(60,128,137); }
div.DivClassName
{
background-color: #3C8089;
}
.BgClassName
{
background-color: #3C8089;
}
</style>
border-color css
<style>
span { border-color: #3C8089; }
span { border-color: rgb(60,128,137); }
td.TdClassName
{
border-color: #3C8089;
}
.TagClassName
{
border-color: #3C8089;
}
</style>