Shades of Paradiso #3C828C
Tints of Paradiso #3C828C
RGB
CMYK
RGB Variations
Color information
#3C828C (or 0x3C828C) is known color: Paradiso. HEX triplet: 3C, 82 and 8C. RGB value is (60,130,140). Sum of RGB (Red+Green+Blue) = 60+130+140=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #3C828C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C828C is #C37D73. Grayscale: #6E6E6E. Windows color (decimal): -12811636 or 9208380. OLE color: 9208380.
HSL color Cylindrical-coordinate representation of color #3C828C: hue angle of 187.5º 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 #3C828C is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 130 | 140 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.45 |
| HSL | 187.5º | 0.4% | 0.39% | - |
| HSV(B) | 187.5º | 0.57% | 0.55% | - |
| XYZ | 14.58 | 18.82 | 27.68 | - |
| YUV | 110.21 | 144.81 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 130 | 140 | 0.57 | 0.07 | 0 | 0.45 | 187.5 | 0.4 | 0.39 |
| Hex | 3C | 82 | 8C | 39 | 7 | 0 | 2D | BC | 28 | 27 |
| Octal | 74 | 202 | 214 | 71 | 7 | 0 | 55 | 274 | 50 | 47 |
| Binary | 111100 | 10000010 | 10001100 | 111001 | 111 | 0 | 101101 | 10111100 | 101000 | 100111 |
Color Harmonies of #3C828C
Complementary color
Monochromatic Colors of #3C828C
Black with #3C828C
Text Example
Text Example
White with #3C828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C828C; }
p { color: rgb(60,130,140); }
H1.HeaderClassName
{
color: #3C828C;
}
.AnyTagClassName
{
color: #3C828C;
}
</style>
background-color css
<style>
a { background-color: #3C828C; }
a { background-color: rgb(60,130,140); }
div.DivClassName
{
background-color: #3C828C;
}
.BgClassName
{
background-color: #3C828C;
}
</style>
border-color css
<style>
span { border-color: #3C828C; }
span { border-color: rgb(60,130,140); }
td.TdClassName
{
border-color: #3C828C;
}
.TagClassName
{
border-color: #3C828C;
}
</style>