Shades of Paradiso #3D8082
Tints of Paradiso #3D8082
RGB
CMYK
RGB Variations
Color information
#3D8082 (or 0x3D8082) is known color: Paradiso. HEX triplet: 3D, 80 and 82. RGB value is (61,128,130). Sum of RGB (Red+Green+Blue) = 61+128+130=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 130 - color contains mainly: blue. Hex color #3D8082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8082 is #C27F7D. Grayscale: #6C6C6C. Windows color (decimal): -12746622 or 8552509. OLE color: 8552509.
HSL color Cylindrical-coordinate representation of color #3D8082: hue angle of 181.74º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D8082 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 61 | 128 | 130 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.49 |
| HSL | 181.74º | 0.36% | 0.37% | - |
| HSV(B) | 181.74º | 0.53% | 0.51% | - |
| XYZ | 13.67 | 18.04 | 23.88 | - |
| YUV | 108.2 | 140.3 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 128 | 130 | 0.53 | 0.02 | 0 | 0.49 | 181.74 | 0.36 | 0.37 |
| Hex | 3D | 80 | 82 | 35 | 2 | 0 | 31 | B6 | 24 | 25 |
| Octal | 75 | 200 | 202 | 65 | 2 | 0 | 61 | 266 | 44 | 45 |
| Binary | 111101 | 10000000 | 10000010 | 110101 | 10 | 0 | 110001 | 10110110 | 100100 | 100101 |
Color Harmonies of #3D8082
Complementary color
Monochromatic Colors of #3D8082
Black with #3D8082
Text Example
Text Example
White with #3D8082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8082; }
p { color: rgb(61,128,130); }
H1.HeaderClassName
{
color: #3D8082;
}
.AnyTagClassName
{
color: #3D8082;
}
</style>
background-color css
<style>
a { background-color: #3D8082; }
a { background-color: rgb(61,128,130); }
div.DivClassName
{
background-color: #3D8082;
}
.BgClassName
{
background-color: #3D8082;
}
</style>
border-color css
<style>
span { border-color: #3D8082; }
span { border-color: rgb(61,128,130); }
td.TdClassName
{
border-color: #3D8082;
}
.TagClassName
{
border-color: #3D8082;
}
</style>