Shades of Paradiso #3B828B
Tints of Paradiso #3B828B
RGB
CMYK
RGB Variations
Color information
#3B828B (or 0x3B828B) is known color: Paradiso. HEX triplet: 3B, 82 and 8B. RGB value is (59,130,139). Sum of RGB (Red+Green+Blue) = 59+130+139=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B828B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B828B is #C47D74. Grayscale: #6D6D6D. Windows color (decimal): -12877173 or 9142843. OLE color: 9142843.
HSL color Cylindrical-coordinate representation of color #3B828B: hue angle of 186.75º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B828B is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 59 | 130 | 139 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.45 |
| HSL | 186.75º | 0.4% | 0.39% | - |
| HSV(B) | 186.75º | 0.58% | 0.55% | - |
| XYZ | 14.45 | 18.76 | 27.29 | - |
| YUV | 109.8 | 144.48 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 130 | 139 | 0.58 | 0.06 | 0 | 0.45 | 186.75 | 0.4 | 0.39 |
| Hex | 3B | 82 | 8B | 3A | 6 | 0 | 2D | BB | 28 | 27 |
| Octal | 73 | 202 | 213 | 72 | 6 | 0 | 55 | 273 | 50 | 47 |
| Binary | 111011 | 10000010 | 10001011 | 111010 | 110 | 0 | 101101 | 10111011 | 101000 | 100111 |
Color Harmonies of #3B828B
Complementary color
Monochromatic Colors of #3B828B
Black with #3B828B
Text Example
Text Example
White with #3B828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B828B; }
p { color: rgb(59,130,139); }
H1.HeaderClassName
{
color: #3B828B;
}
.AnyTagClassName
{
color: #3B828B;
}
</style>
background-color css
<style>
a { background-color: #3B828B; }
a { background-color: rgb(59,130,139); }
div.DivClassName
{
background-color: #3B828B;
}
.BgClassName
{
background-color: #3B828B;
}
</style>
border-color css
<style>
span { border-color: #3B828B; }
span { border-color: rgb(59,130,139); }
td.TdClassName
{
border-color: #3B828B;
}
.TagClassName
{
border-color: #3B828B;
}
</style>