Shades of Paradiso #3A808B
Tints of Paradiso #3A808B
RGB
CMYK
RGB Variations
Color information
#3A808B (or 0x3A808B) is known color: Paradiso. HEX triplet: 3A, 80 and 8B. RGB value is (58,128,139). Sum of RGB (Red+Green+Blue) = 58+128+139=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A808B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A808B is #C57F74. Grayscale: #6C6C6C. Windows color (decimal): -12943221 or 9142330. OLE color: 9142330.
HSL color Cylindrical-coordinate representation of color #3A808B: hue angle of 188.15º 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 #3A808B is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 128 | 139 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.45 |
| HSL | 188.15º | 0.41% | 0.39% | - |
| HSV(B) | 188.15º | 0.58% | 0.55% | - |
| XYZ | 14.12 | 18.2 | 27.2 | - |
| YUV | 108.32 | 145.31 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 128 | 139 | 0.58 | 0.08 | 0 | 0.45 | 188.15 | 0.41 | 0.39 |
| Hex | 3A | 80 | 8B | 3A | 8 | 0 | 2D | BC | 29 | 27 |
| Octal | 72 | 200 | 213 | 72 | 10 | 0 | 55 | 274 | 51 | 47 |
| Binary | 111010 | 10000000 | 10001011 | 111010 | 1000 | 0 | 101101 | 10111100 | 101001 | 100111 |
Color Harmonies of #3A808B
Complementary color
Monochromatic Colors of #3A808B
Black with #3A808B
Text Example
Text Example
White with #3A808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A808B; }
p { color: rgb(58,128,139); }
H1.HeaderClassName
{
color: #3A808B;
}
.AnyTagClassName
{
color: #3A808B;
}
</style>
background-color css
<style>
a { background-color: #3A808B; }
a { background-color: rgb(58,128,139); }
div.DivClassName
{
background-color: #3A808B;
}
.BgClassName
{
background-color: #3A808B;
}
</style>
border-color css
<style>
span { border-color: #3A808B; }
span { border-color: rgb(58,128,139); }
td.TdClassName
{
border-color: #3A808B;
}
.TagClassName
{
border-color: #3A808B;
}
</style>