Shades of Paradiso #3D828B
Tints of Paradiso #3D828B
RGB
CMYK
RGB Variations
Color information
#3D828B (or 0x3D828B) is known color: Paradiso. HEX triplet: 3D, 82 and 8B. RGB value is (61,130,139). Sum of RGB (Red+Green+Blue) = 61+130+139=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D828B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D828B is #C27D74. Grayscale: #6E6E6E. Windows color (decimal): -12746101 or 9142845. OLE color: 9142845.
HSL color Cylindrical-coordinate representation of color #3D828B: hue angle of 186.92º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D828B is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 130 | 139 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.45 |
| HSL | 186.92º | 0.39% | 0.39% | - |
| HSV(B) | 186.92º | 0.56% | 0.55% | - |
| XYZ | 14.57 | 18.82 | 27.29 | - |
| YUV | 110.4 | 144.14 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 130 | 139 | 0.56 | 0.06 | 0 | 0.45 | 186.92 | 0.39 | 0.39 |
| Hex | 3D | 82 | 8B | 38 | 6 | 0 | 2D | BB | 27 | 27 |
| Octal | 75 | 202 | 213 | 70 | 6 | 0 | 55 | 273 | 47 | 47 |
| Binary | 111101 | 10000010 | 10001011 | 111000 | 110 | 0 | 101101 | 10111011 | 100111 | 100111 |
Color Harmonies of #3D828B
Complementary color
Monochromatic Colors of #3D828B
Black with #3D828B
Text Example
Text Example
White with #3D828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D828B; }
p { color: rgb(61,130,139); }
H1.HeaderClassName
{
color: #3D828B;
}
.AnyTagClassName
{
color: #3D828B;
}
</style>
background-color css
<style>
a { background-color: #3D828B; }
a { background-color: rgb(61,130,139); }
div.DivClassName
{
background-color: #3D828B;
}
.BgClassName
{
background-color: #3D828B;
}
</style>
border-color css
<style>
span { border-color: #3D828B; }
span { border-color: rgb(61,130,139); }
td.TdClassName
{
border-color: #3D828B;
}
.TagClassName
{
border-color: #3D828B;
}
</style>