Shades of Paradiso #3C7A82
Tints of Paradiso #3C7A82
RGB
CMYK
RGB Variations
Color information
#3C7A82 (or 0x3C7A82) is known color: Paradiso. HEX triplet: 3C, 7A and 82. RGB value is (60,122,130). Sum of RGB (Red+Green+Blue) = 60+122+130=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C7A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7A82 is #C3857D. Grayscale: #686868. Windows color (decimal): -12813694 or 8550972. OLE color: 8550972.
HSL color Cylindrical-coordinate representation of color #3C7A82: hue angle of 186.86º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C7A82 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 122 | 130 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.49 |
| HSL | 186.86º | 0.37% | 0.37% | - |
| HSV(B) | 186.86º | 0.54% | 0.51% | - |
| XYZ | 12.85 | 16.49 | 23.62 | - |
| YUV | 104.37 | 142.46 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 122 | 130 | 0.54 | 0.06 | 0 | 0.49 | 186.86 | 0.37 | 0.37 |
| Hex | 3C | 7A | 82 | 36 | 6 | 0 | 31 | BB | 25 | 25 |
| Octal | 74 | 172 | 202 | 66 | 6 | 0 | 61 | 273 | 45 | 45 |
| Binary | 111100 | 1111010 | 10000010 | 110110 | 110 | 0 | 110001 | 10111011 | 100101 | 100101 |
Color Harmonies of #3C7A82
Complementary color
Monochromatic Colors of #3C7A82
Black with #3C7A82
Text Example
Text Example
White with #3C7A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7A82; }
p { color: rgb(60,122,130); }
H1.HeaderClassName
{
color: #3C7A82;
}
.AnyTagClassName
{
color: #3C7A82;
}
</style>
background-color css
<style>
a { background-color: #3C7A82; }
a { background-color: rgb(60,122,130); }
div.DivClassName
{
background-color: #3C7A82;
}
.BgClassName
{
background-color: #3C7A82;
}
</style>
border-color css
<style>
span { border-color: #3C7A82; }
span { border-color: rgb(60,122,130); }
td.TdClassName
{
border-color: #3C7A82;
}
.TagClassName
{
border-color: #3C7A82;
}
</style>