Shades of Paradiso #3C818B
Tints of Paradiso #3C818B
RGB
CMYK
RGB Variations
Color information
#3C818B (or 0x3C818B) is known color: Paradiso. HEX triplet: 3C, 81 and 8B. RGB value is (60,129,139). Sum of RGB (Red+Green+Blue) = 60+129+139=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C818B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C818B is #C37E74. Grayscale: #6D6D6D. Windows color (decimal): -12811893 or 9142588. OLE color: 9142588.
HSL color Cylindrical-coordinate representation of color #3C818B: hue angle of 187.59º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C818B is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 129 | 139 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.45 |
| HSL | 187.59º | 0.4% | 0.39% | - |
| HSV(B) | 187.59º | 0.57% | 0.55% | - |
| XYZ | 14.37 | 18.53 | 27.24 | - |
| YUV | 109.51 | 144.64 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 129 | 139 | 0.57 | 0.07 | 0 | 0.45 | 187.59 | 0.4 | 0.39 |
| Hex | 3C | 81 | 8B | 39 | 7 | 0 | 2D | BC | 28 | 27 |
| Octal | 74 | 201 | 213 | 71 | 7 | 0 | 55 | 274 | 50 | 47 |
| Binary | 111100 | 10000001 | 10001011 | 111001 | 111 | 0 | 101101 | 10111100 | 101000 | 100111 |
Color Harmonies of #3C818B
Complementary color
Monochromatic Colors of #3C818B
Black with #3C818B
Text Example
Text Example
White with #3C818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C818B; }
p { color: rgb(60,129,139); }
H1.HeaderClassName
{
color: #3C818B;
}
.AnyTagClassName
{
color: #3C818B;
}
</style>
background-color css
<style>
a { background-color: #3C818B; }
a { background-color: rgb(60,129,139); }
div.DivClassName
{
background-color: #3C818B;
}
.BgClassName
{
background-color: #3C818B;
}
</style>
border-color css
<style>
span { border-color: #3C818B; }
span { border-color: rgb(60,129,139); }
td.TdClassName
{
border-color: #3C818B;
}
.TagClassName
{
border-color: #3C818B;
}
</style>