Shades of Paradiso #3C8084
Tints of Paradiso #3C8084
RGB
CMYK
RGB Variations
Color information
#3C8084 (or 0x3C8084) is known color: Paradiso. HEX triplet: 3C, 80 and 84. RGB value is (60,128,132). Sum of RGB (Red+Green+Blue) = 60+128+132=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C8084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8084 is #C37F7B. Grayscale: #6C6C6C. Windows color (decimal): -12812156 or 8683580. OLE color: 8683580.
HSL color Cylindrical-coordinate representation of color #3C8084: hue angle of 183.33º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C8084 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 60 | 128 | 132 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.48 |
| HSL | 183.33º | 0.38% | 0.38% | - |
| HSV(B) | 183.33º | 0.55% | 0.52% | - |
| XYZ | 13.75 | 18.06 | 24.59 | - |
| YUV | 108.12 | 141.47 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 128 | 132 | 0.55 | 0.03 | 0 | 0.48 | 183.33 | 0.38 | 0.38 |
| Hex | 3C | 80 | 84 | 37 | 3 | 0 | 30 | B7 | 26 | 26 |
| Octal | 74 | 200 | 204 | 67 | 3 | 0 | 60 | 267 | 46 | 46 |
| Binary | 111100 | 10000000 | 10000100 | 110111 | 11 | 0 | 110000 | 10110111 | 100110 | 100110 |
Color Harmonies of #3C8084
Complementary color
Monochromatic Colors of #3C8084
Black with #3C8084
Text Example
Text Example
White with #3C8084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8084; }
p { color: rgb(60,128,132); }
H1.HeaderClassName
{
color: #3C8084;
}
.AnyTagClassName
{
color: #3C8084;
}
</style>
background-color css
<style>
a { background-color: #3C8084; }
a { background-color: rgb(60,128,132); }
div.DivClassName
{
background-color: #3C8084;
}
.BgClassName
{
background-color: #3C8084;
}
</style>
border-color css
<style>
span { border-color: #3C8084; }
span { border-color: rgb(60,128,132); }
td.TdClassName
{
border-color: #3C8084;
}
.TagClassName
{
border-color: #3C8084;
}
</style>