Shades of Paradiso #3A828B
Tints of Paradiso #3A828B
RGB
CMYK
RGB Variations
Color information
#3A828B (or 0x3A828B) is known color: Paradiso. HEX triplet: 3A, 82 and 8B. RGB value is (58,130,139). Sum of RGB (Red+Green+Blue) = 58+130+139=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A828B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A828B is #C57D74. Grayscale: #6D6D6D. Windows color (decimal): -12942709 or 9142842. OLE color: 9142842.
HSL color Cylindrical-coordinate representation of color #3A828B: hue angle of 186.67º degrees, saturation: 0.41, 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 #3A828B is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 130 | 139 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.45 |
| HSL | 186.67º | 0.41% | 0.39% | - |
| HSV(B) | 186.67º | 0.58% | 0.55% | - |
| XYZ | 14.39 | 18.73 | 27.28 | - |
| YUV | 109.5 | 144.65 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 130 | 139 | 0.58 | 0.06 | 0 | 0.45 | 186.67 | 0.41 | 0.39 |
| Hex | 3A | 82 | 8B | 3A | 6 | 0 | 2D | BB | 29 | 27 |
| Octal | 72 | 202 | 213 | 72 | 6 | 0 | 55 | 273 | 51 | 47 |
| Binary | 111010 | 10000010 | 10001011 | 111010 | 110 | 0 | 101101 | 10111011 | 101001 | 100111 |
Color Harmonies of #3A828B
Complementary color
Monochromatic Colors of #3A828B
Black with #3A828B
Text Example
Text Example
White with #3A828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A828B; }
p { color: rgb(58,130,139); }
H1.HeaderClassName
{
color: #3A828B;
}
.AnyTagClassName
{
color: #3A828B;
}
</style>
background-color css
<style>
a { background-color: #3A828B; }
a { background-color: rgb(58,130,139); }
div.DivClassName
{
background-color: #3A828B;
}
.BgClassName
{
background-color: #3A828B;
}
</style>
border-color css
<style>
span { border-color: #3A828B; }
span { border-color: rgb(58,130,139); }
td.TdClassName
{
border-color: #3A828B;
}
.TagClassName
{
border-color: #3A828B;
}
</style>