Shades of Paradiso #3E7A82
Tints of Paradiso #3E7A82
RGB
CMYK
RGB Variations
Color information
#3E7A82 (or 0x3E7A82) is known color: Paradiso. HEX triplet: 3E, 7A and 82. RGB value is (62,122,130). Sum of RGB (Red+Green+Blue) = 62+122+130=314 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.75% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 130 - color contains mainly: blue. Hex color #3E7A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7A82 is #C1857D. Grayscale: #686868. Windows color (decimal): -12682622 or 8550974. OLE color: 8550974.
HSL color Cylindrical-coordinate representation of color #3E7A82: hue angle of 187.06º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E7A82 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 122 | 130 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.49 |
| HSL | 187.06º | 0.35% | 0.38% | - |
| HSV(B) | 187.06º | 0.52% | 0.51% | - |
| XYZ | 12.98 | 16.55 | 23.63 | - |
| YUV | 104.97 | 142.12 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 122 | 130 | 0.52 | 0.06 | 0 | 0.49 | 187.06 | 0.35 | 0.38 |
| Hex | 3E | 7A | 82 | 34 | 6 | 0 | 31 | BB | 23 | 26 |
| Octal | 76 | 172 | 202 | 64 | 6 | 0 | 61 | 273 | 43 | 46 |
| Binary | 111110 | 1111010 | 10000010 | 110100 | 110 | 0 | 110001 | 10111011 | 100011 | 100110 |
Color Harmonies of #3E7A82
Complementary color
Monochromatic Colors of #3E7A82
Black with #3E7A82
Text Example
Text Example
White with #3E7A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7A82; }
p { color: rgb(62,122,130); }
H1.HeaderClassName
{
color: #3E7A82;
}
.AnyTagClassName
{
color: #3E7A82;
}
</style>
background-color css
<style>
a { background-color: #3E7A82; }
a { background-color: rgb(62,122,130); }
div.DivClassName
{
background-color: #3E7A82;
}
.BgClassName
{
background-color: #3E7A82;
}
</style>
border-color css
<style>
span { border-color: #3E7A82; }
span { border-color: rgb(62,122,130); }
td.TdClassName
{
border-color: #3E7A82;
}
.TagClassName
{
border-color: #3E7A82;
}
</style>