Shades of Paradiso #3E848B
Tints of Paradiso #3E848B
RGB
CMYK
RGB Variations
Color information
#3E848B (or 0x3E848B) is known color: Paradiso. HEX triplet: 3E, 84 and 8B. RGB value is (62,132,139). Sum of RGB (Red+Green+Blue) = 62+132+139=333 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.62% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E848B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E848B is #C17B74. Grayscale: #6F6F6F. Windows color (decimal): -12680053 or 9143358. OLE color: 9143358.
HSL color Cylindrical-coordinate representation of color #3E848B: hue angle of 185.45º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E848B is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 132 | 139 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.45 |
| HSL | 185.45º | 0.38% | 0.39% | - |
| HSV(B) | 185.45º | 0.55% | 0.55% | - |
| XYZ | 14.9 | 19.39 | 27.38 | - |
| YUV | 111.87 | 143.31 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 132 | 139 | 0.55 | 0.05 | 0 | 0.45 | 185.45 | 0.38 | 0.39 |
| Hex | 3E | 84 | 8B | 37 | 5 | 0 | 2D | B9 | 26 | 27 |
| Octal | 76 | 204 | 213 | 67 | 5 | 0 | 55 | 271 | 46 | 47 |
| Binary | 111110 | 10000100 | 10001011 | 110111 | 101 | 0 | 101101 | 10111001 | 100110 | 100111 |
Color Harmonies of #3E848B
Complementary color
Monochromatic Colors of #3E848B
Black with #3E848B
Text Example
Text Example
White with #3E848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E848B; }
p { color: rgb(62,132,139); }
H1.HeaderClassName
{
color: #3E848B;
}
.AnyTagClassName
{
color: #3E848B;
}
</style>
background-color css
<style>
a { background-color: #3E848B; }
a { background-color: rgb(62,132,139); }
div.DivClassName
{
background-color: #3E848B;
}
.BgClassName
{
background-color: #3E848B;
}
</style>
border-color css
<style>
span { border-color: #3E848B; }
span { border-color: rgb(62,132,139); }
td.TdClassName
{
border-color: #3E848B;
}
.TagClassName
{
border-color: #3E848B;
}
</style>