Shades of Paradiso #3E807E
Tints of Paradiso #3E807E
RGB
CMYK
RGB Variations
Color information
#3E807E (or 0x3E807E) is known color: Paradiso. HEX triplet: 3E, 80 and 7E. RGB value is (62,128,126). Sum of RGB (Red+Green+Blue) = 62+128+126=316 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.62% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 128 - color contains mainly: green. Hex color #3E807E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E807E is #C17F81. Grayscale: #6B6B6B. Windows color (decimal): -12681090 or 8290366. OLE color: 8290366.
HSL color Cylindrical-coordinate representation of color #3E807E: hue angle of 178.18º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E807E is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 62 | 128 | 126 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.50 |
| HSL | 178.18º | 0.35% | 0.37% | - |
| HSV(B) | 178.18º | 0.52% | 0.5% | - |
| XYZ | 13.47 | 17.97 | 22.5 | - |
| YUV | 108.04 | 138.13 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 128 | 126 | 0.52 | 0 | 0.02 | 0.50 | 178.18 | 0.35 | 0.37 |
| Hex | 3E | 80 | 7E | 34 | 0 | 2 | 32 | B2 | 23 | 25 |
| Octal | 76 | 200 | 176 | 64 | 0 | 2 | 62 | 262 | 43 | 45 |
| Binary | 111110 | 10000000 | 1111110 | 110100 | 0 | 10 | 110010 | 10110010 | 100011 | 100101 |
Color Harmonies of #3E807E
Complementary color
Monochromatic Colors of #3E807E
Black with #3E807E
Text Example
Text Example
White with #3E807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E807E; }
p { color: rgb(62,128,126); }
H1.HeaderClassName
{
color: #3E807E;
}
.AnyTagClassName
{
color: #3E807E;
}
</style>
background-color css
<style>
a { background-color: #3E807E; }
a { background-color: rgb(62,128,126); }
div.DivClassName
{
background-color: #3E807E;
}
.BgClassName
{
background-color: #3E807E;
}
</style>
border-color css
<style>
span { border-color: #3E807E; }
span { border-color: rgb(62,128,126); }
td.TdClassName
{
border-color: #3E807E;
}
.TagClassName
{
border-color: #3E807E;
}
</style>