Shades of Paradiso #3A8289
Tints of Paradiso #3A8289
RGB
CMYK
RGB Variations
Color information
#3A8289 (or 0x3A8289) is known color: Paradiso. HEX triplet: 3A, 82 and 89. RGB value is (58,130,137). Sum of RGB (Red+Green+Blue) = 58+130+137=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A8289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8289 is #C57D76. Grayscale: #6D6D6D. Windows color (decimal): -12942711 or 9011770. OLE color: 9011770.
HSL color Cylindrical-coordinate representation of color #3A8289: hue angle of 185.32º 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 #3A8289 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 130 | 137 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.46 |
| HSL | 185.32º | 0.41% | 0.38% | - |
| HSV(B) | 185.32º | 0.58% | 0.54% | - |
| XYZ | 14.24 | 18.67 | 26.52 | - |
| YUV | 109.27 | 143.65 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 130 | 137 | 0.58 | 0.05 | 0 | 0.46 | 185.32 | 0.41 | 0.38 |
| Hex | 3A | 82 | 89 | 3A | 5 | 0 | 2E | B9 | 29 | 26 |
| Octal | 72 | 202 | 211 | 72 | 5 | 0 | 56 | 271 | 51 | 46 |
| Binary | 111010 | 10000010 | 10001001 | 111010 | 101 | 0 | 101110 | 10111001 | 101001 | 100110 |
Color Harmonies of #3A8289
Complementary color
Monochromatic Colors of #3A8289
Black with #3A8289
Text Example
Text Example
White with #3A8289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8289; }
p { color: rgb(58,130,137); }
H1.HeaderClassName
{
color: #3A8289;
}
.AnyTagClassName
{
color: #3A8289;
}
</style>
background-color css
<style>
a { background-color: #3A8289; }
a { background-color: rgb(58,130,137); }
div.DivClassName
{
background-color: #3A8289;
}
.BgClassName
{
background-color: #3A8289;
}
</style>
border-color css
<style>
span { border-color: #3A8289; }
span { border-color: rgb(58,130,137); }
td.TdClassName
{
border-color: #3A8289;
}
.TagClassName
{
border-color: #3A8289;
}
</style>