Shades of Paradiso #3D8582
Tints of Paradiso #3D8582
RGB
CMYK
RGB Variations
Color information
#3D8582 (or 0x3D8582) is known color: Paradiso. HEX triplet: 3D, 85 and 82. RGB value is (61,133,130). Sum of RGB (Red+Green+Blue) = 61+133+130=324 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.83% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 133 - color contains mainly: green. Hex color #3D8582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8582 is #C27A7D. Grayscale: #6F6F6F. Windows color (decimal): -12745342 or 8553789. OLE color: 8553789.
HSL color Cylindrical-coordinate representation of color #3D8582: hue angle of 177.5º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D8582 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 133 | 130 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.48 |
| HSL | 177.5º | 0.37% | 0.38% | - |
| HSV(B) | 177.5º | 0.54% | 0.52% | - |
| XYZ | 14.34 | 19.38 | 24.1 | - |
| YUV | 111.13 | 138.65 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 133 | 130 | 0.54 | 0 | 0.02 | 0.48 | 177.5 | 0.37 | 0.38 |
| Hex | 3D | 85 | 82 | 36 | 0 | 2 | 30 | B2 | 25 | 26 |
| Octal | 75 | 205 | 202 | 66 | 0 | 2 | 60 | 262 | 45 | 46 |
| Binary | 111101 | 10000101 | 10000010 | 110110 | 0 | 10 | 110000 | 10110010 | 100101 | 100110 |
Color Harmonies of #3D8582
Complementary color
Monochromatic Colors of #3D8582
Black with #3D8582
Text Example
Text Example
White with #3D8582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8582; }
p { color: rgb(61,133,130); }
H1.HeaderClassName
{
color: #3D8582;
}
.AnyTagClassName
{
color: #3D8582;
}
</style>
background-color css
<style>
a { background-color: #3D8582; }
a { background-color: rgb(61,133,130); }
div.DivClassName
{
background-color: #3D8582;
}
.BgClassName
{
background-color: #3D8582;
}
</style>
border-color css
<style>
span { border-color: #3D8582; }
span { border-color: rgb(61,133,130); }
td.TdClassName
{
border-color: #3D8582;
}
.TagClassName
{
border-color: #3D8582;
}
</style>