Shades of Paradiso #3A8189
Tints of Paradiso #3A8189
RGB
CMYK
RGB Variations
Color information
#3A8189 (or 0x3A8189) is known color: Paradiso. HEX triplet: 3A, 81 and 89. RGB value is (58,129,137). Sum of RGB (Red+Green+Blue) = 58+129+137=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A8189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8189 is #C57E76. Grayscale: #6C6C6C. Windows color (decimal): -12942967 or 9011514. OLE color: 9011514.
HSL color Cylindrical-coordinate representation of color #3A8189: hue angle of 186.08º 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 #3A8189 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 129 | 137 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.46 |
| HSL | 186.08º | 0.41% | 0.38% | - |
| HSV(B) | 186.08º | 0.58% | 0.54% | - |
| XYZ | 14.11 | 18.41 | 26.48 | - |
| YUV | 108.68 | 143.98 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 129 | 137 | 0.58 | 0.06 | 0 | 0.46 | 186.08 | 0.41 | 0.38 |
| Hex | 3A | 81 | 89 | 3A | 6 | 0 | 2E | BA | 29 | 26 |
| Octal | 72 | 201 | 211 | 72 | 6 | 0 | 56 | 272 | 51 | 46 |
| Binary | 111010 | 10000001 | 10001001 | 111010 | 110 | 0 | 101110 | 10111010 | 101001 | 100110 |
Color Harmonies of #3A8189
Complementary color
Monochromatic Colors of #3A8189
Black with #3A8189
Text Example
Text Example
White with #3A8189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8189; }
p { color: rgb(58,129,137); }
H1.HeaderClassName
{
color: #3A8189;
}
.AnyTagClassName
{
color: #3A8189;
}
</style>
background-color css
<style>
a { background-color: #3A8189; }
a { background-color: rgb(58,129,137); }
div.DivClassName
{
background-color: #3A8189;
}
.BgClassName
{
background-color: #3A8189;
}
</style>
border-color css
<style>
span { border-color: #3A8189; }
span { border-color: rgb(58,129,137); }
td.TdClassName
{
border-color: #3A8189;
}
.TagClassName
{
border-color: #3A8189;
}
</style>