Shades of Paradiso #3B828A
Tints of Paradiso #3B828A
RGB
CMYK
RGB Variations
Color information
#3B828A (or 0x3B828A) is known color: Paradiso. HEX triplet: 3B, 82 and 8A. RGB value is (59,130,138). Sum of RGB (Red+Green+Blue) = 59+130+138=327 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.04% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 138 - color contains mainly: blue. Hex color #3B828A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B828A is #C47D75. Grayscale: #6D6D6D. Windows color (decimal): -12877174 or 9077307. OLE color: 9077307.
HSL color Cylindrical-coordinate representation of color #3B828A: hue angle of 186.08º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B828A is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 59 | 130 | 138 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.46 |
| HSL | 186.08º | 0.4% | 0.39% | - |
| HSV(B) | 186.08º | 0.57% | 0.54% | - |
| XYZ | 14.37 | 18.73 | 26.9 | - |
| YUV | 109.68 | 143.98 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 130 | 138 | 0.57 | 0.06 | 0 | 0.46 | 186.08 | 0.4 | 0.39 |
| Hex | 3B | 82 | 8A | 39 | 6 | 0 | 2E | BA | 28 | 27 |
| Octal | 73 | 202 | 212 | 71 | 6 | 0 | 56 | 272 | 50 | 47 |
| Binary | 111011 | 10000010 | 10001010 | 111001 | 110 | 0 | 101110 | 10111010 | 101000 | 100111 |
Color Harmonies of #3B828A
Complementary color
Monochromatic Colors of #3B828A
Black with #3B828A
Text Example
Text Example
White with #3B828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B828A; }
p { color: rgb(59,130,138); }
H1.HeaderClassName
{
color: #3B828A;
}
.AnyTagClassName
{
color: #3B828A;
}
</style>
background-color css
<style>
a { background-color: #3B828A; }
a { background-color: rgb(59,130,138); }
div.DivClassName
{
background-color: #3B828A;
}
.BgClassName
{
background-color: #3B828A;
}
</style>
border-color css
<style>
span { border-color: #3B828A; }
span { border-color: rgb(59,130,138); }
td.TdClassName
{
border-color: #3B828A;
}
.TagClassName
{
border-color: #3B828A;
}
</style>