Shades of Paradiso #3E828D
Tints of Paradiso #3E828D
RGB
CMYK
RGB Variations
Color information
#3E828D (or 0x3E828D) is known color: Paradiso. HEX triplet: 3E, 82 and 8D. RGB value is (62,130,141). Sum of RGB (Red+Green+Blue) = 62+130+141=333 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.62% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E828D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E828D is #C17D72. Grayscale: #6E6E6E. Windows color (decimal): -12680563 or 9273918. OLE color: 9273918.
HSL color Cylindrical-coordinate representation of color #3E828D: hue angle of 188.35º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E828D is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 130 | 141 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.45 |
| HSL | 188.35º | 0.39% | 0.4% | - |
| HSV(B) | 188.35º | 0.56% | 0.55% | - |
| XYZ | 14.78 | 18.91 | 28.07 | - |
| YUV | 110.92 | 144.97 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 130 | 141 | 0.56 | 0.08 | 0 | 0.45 | 188.35 | 0.39 | 0.4 |
| Hex | 3E | 82 | 8D | 38 | 8 | 0 | 2D | BC | 27 | 28 |
| Octal | 76 | 202 | 215 | 70 | 10 | 0 | 55 | 274 | 47 | 50 |
| Binary | 111110 | 10000010 | 10001101 | 111000 | 1000 | 0 | 101101 | 10111100 | 100111 | 101000 |
Color Harmonies of #3E828D
Complementary color
Monochromatic Colors of #3E828D
Black with #3E828D
Text Example
Text Example
White with #3E828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E828D; }
p { color: rgb(62,130,141); }
H1.HeaderClassName
{
color: #3E828D;
}
.AnyTagClassName
{
color: #3E828D;
}
</style>
background-color css
<style>
a { background-color: #3E828D; }
a { background-color: rgb(62,130,141); }
div.DivClassName
{
background-color: #3E828D;
}
.BgClassName
{
background-color: #3E828D;
}
</style>
border-color css
<style>
span { border-color: #3E828D; }
span { border-color: rgb(62,130,141); }
td.TdClassName
{
border-color: #3E828D;
}
.TagClassName
{
border-color: #3E828D;
}
</style>