Shades of Paradiso #3E7D88
Tints of Paradiso #3E7D88
RGB
CMYK
RGB Variations
Color information
#3E7D88 (or 0x3E7D88) is known color: Paradiso. HEX triplet: 3E, 7D and 88. RGB value is (62,125,136). Sum of RGB (Red+Green+Blue) = 62+125+136=323 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.20% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #3E7D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7D88 is #C18277. Grayscale: #6B6B6B. Windows color (decimal): -12681848 or 8944958. OLE color: 8944958.
HSL color Cylindrical-coordinate representation of color #3E7D88: hue angle of 188.92º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E7D88 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 125 | 136 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.47 |
| HSL | 188.92º | 0.37% | 0.39% | - |
| HSV(B) | 188.92º | 0.54% | 0.53% | - |
| XYZ | 13.76 | 17.47 | 25.94 | - |
| YUV | 107.42 | 144.13 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 125 | 136 | 0.54 | 0.08 | 0 | 0.47 | 188.92 | 0.37 | 0.39 |
| Hex | 3E | 7D | 88 | 36 | 8 | 0 | 2F | BD | 25 | 27 |
| Octal | 76 | 175 | 210 | 66 | 10 | 0 | 57 | 275 | 45 | 47 |
| Binary | 111110 | 1111101 | 10001000 | 110110 | 1000 | 0 | 101111 | 10111101 | 100101 | 100111 |
Color Harmonies of #3E7D88
Complementary color
Monochromatic Colors of #3E7D88
Black with #3E7D88
Text Example
Text Example
White with #3E7D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7D88; }
p { color: rgb(62,125,136); }
H1.HeaderClassName
{
color: #3E7D88;
}
.AnyTagClassName
{
color: #3E7D88;
}
</style>
background-color css
<style>
a { background-color: #3E7D88; }
a { background-color: rgb(62,125,136); }
div.DivClassName
{
background-color: #3E7D88;
}
.BgClassName
{
background-color: #3E7D88;
}
</style>
border-color css
<style>
span { border-color: #3E7D88; }
span { border-color: rgb(62,125,136); }
td.TdClassName
{
border-color: #3E7D88;
}
.TagClassName
{
border-color: #3E7D88;
}
</style>