Shades of Paradiso #3E828A
Tints of Paradiso #3E828A
RGB
CMYK
RGB Variations
Color information
#3E828A (or 0x3E828A) is known color: Paradiso. HEX triplet: 3E, 82 and 8A. RGB value is (62,130,138). Sum of RGB (Red+Green+Blue) = 62+130+138=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E828A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E828A is #C17D75. Grayscale: #6E6E6E. Windows color (decimal): -12680566 or 9077310. OLE color: 9077310.
HSL color Cylindrical-coordinate representation of color #3E828A: hue angle of 186.32º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E828A is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 130 | 138 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.46 |
| HSL | 186.32º | 0.38% | 0.39% | - |
| HSV(B) | 186.32º | 0.55% | 0.54% | - |
| XYZ | 14.56 | 18.82 | 26.91 | - |
| YUV | 110.58 | 143.47 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 130 | 138 | 0.55 | 0.06 | 0 | 0.46 | 186.32 | 0.38 | 0.39 |
| Hex | 3E | 82 | 8A | 37 | 6 | 0 | 2E | BA | 26 | 27 |
| Octal | 76 | 202 | 212 | 67 | 6 | 0 | 56 | 272 | 46 | 47 |
| Binary | 111110 | 10000010 | 10001010 | 110111 | 110 | 0 | 101110 | 10111010 | 100110 | 100111 |
Color Harmonies of #3E828A
Complementary color
Monochromatic Colors of #3E828A
Black with #3E828A
Text Example
Text Example
White with #3E828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E828A; }
p { color: rgb(62,130,138); }
H1.HeaderClassName
{
color: #3E828A;
}
.AnyTagClassName
{
color: #3E828A;
}
</style>
background-color css
<style>
a { background-color: #3E828A; }
a { background-color: rgb(62,130,138); }
div.DivClassName
{
background-color: #3E828A;
}
.BgClassName
{
background-color: #3E828A;
}
</style>
border-color css
<style>
span { border-color: #3E828A; }
span { border-color: rgb(62,130,138); }
td.TdClassName
{
border-color: #3E828A;
}
.TagClassName
{
border-color: #3E828A;
}
</style>