Shades of Paradiso #3A828A
Tints of Paradiso #3A828A
RGB
CMYK
RGB Variations
Color information
#3A828A (or 0x3A828A) is known color: Paradiso. HEX triplet: 3A, 82 and 8A. RGB value is (58,130,138). Sum of RGB (Red+Green+Blue) = 58+130+138=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A828A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A828A is #C57D75. Grayscale: #6D6D6D. Windows color (decimal): -12942710 or 9077306. OLE color: 9077306.
HSL color Cylindrical-coordinate representation of color #3A828A: hue angle of 186º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A828A is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 130 | 138 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.46 |
| HSL | 186º | 0.41% | 0.38% | - |
| HSV(B) | 186º | 0.58% | 0.54% | - |
| XYZ | 14.32 | 18.7 | 26.9 | - |
| YUV | 109.38 | 144.15 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 130 | 138 | 0.58 | 0.06 | 0 | 0.46 | 186 | 0.41 | 0.38 |
| Hex | 3A | 82 | 8A | 3A | 6 | 0 | 2E | BA | 29 | 26 |
| Octal | 72 | 202 | 212 | 72 | 6 | 0 | 56 | 272 | 51 | 46 |
| Binary | 111010 | 10000010 | 10001010 | 111010 | 110 | 0 | 101110 | 10111010 | 101001 | 100110 |
Color Harmonies of #3A828A
Complementary color
Monochromatic Colors of #3A828A
Black with #3A828A
Text Example
Text Example
White with #3A828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A828A; }
p { color: rgb(58,130,138); }
H1.HeaderClassName
{
color: #3A828A;
}
.AnyTagClassName
{
color: #3A828A;
}
</style>
background-color css
<style>
a { background-color: #3A828A; }
a { background-color: rgb(58,130,138); }
div.DivClassName
{
background-color: #3A828A;
}
.BgClassName
{
background-color: #3A828A;
}
</style>
border-color css
<style>
span { border-color: #3A828A; }
span { border-color: rgb(58,130,138); }
td.TdClassName
{
border-color: #3A828A;
}
.TagClassName
{
border-color: #3A828A;
}
</style>