Shades of Paradiso #3E848A
Tints of Paradiso #3E848A
RGB
CMYK
RGB Variations
Color information
#3E848A (or 0x3E848A) is known color: Paradiso. HEX triplet: 3E, 84 and 8A. RGB value is (62,132,138). Sum of RGB (Red+Green+Blue) = 62+132+138=332 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.67% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E848A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E848A is #C17B75. Grayscale: #6F6F6F. Windows color (decimal): -12680054 or 9077822. OLE color: 9077822.
HSL color Cylindrical-coordinate representation of color #3E848A: hue angle of 184.74º 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 #3E848A is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 132 | 138 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.46 |
| HSL | 184.74º | 0.38% | 0.39% | - |
| HSV(B) | 184.74º | 0.55% | 0.54% | - |
| XYZ | 14.83 | 19.36 | 27 | - |
| YUV | 111.75 | 142.81 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 132 | 138 | 0.55 | 0.04 | 0 | 0.46 | 184.74 | 0.38 | 0.39 |
| Hex | 3E | 84 | 8A | 37 | 4 | 0 | 2E | B9 | 26 | 27 |
| Octal | 76 | 204 | 212 | 67 | 4 | 0 | 56 | 271 | 46 | 47 |
| Binary | 111110 | 10000100 | 10001010 | 110111 | 100 | 0 | 101110 | 10111001 | 100110 | 100111 |
Color Harmonies of #3E848A
Complementary color
Monochromatic Colors of #3E848A
Black with #3E848A
Text Example
Text Example
White with #3E848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E848A; }
p { color: rgb(62,132,138); }
H1.HeaderClassName
{
color: #3E848A;
}
.AnyTagClassName
{
color: #3E848A;
}
</style>
background-color css
<style>
a { background-color: #3E848A; }
a { background-color: rgb(62,132,138); }
div.DivClassName
{
background-color: #3E848A;
}
.BgClassName
{
background-color: #3E848A;
}
</style>
border-color css
<style>
span { border-color: #3E848A; }
span { border-color: rgb(62,132,138); }
td.TdClassName
{
border-color: #3E848A;
}
.TagClassName
{
border-color: #3E848A;
}
</style>