Shades of Calypso #3E7886
Tints of Calypso #3E7886
RGB
CMYK
RGB Variations
Color information
#3E7886 (or 0x3E7886) is known color: Calypso. HEX triplet: 3E, 78 and 86. RGB value is (62,120,134). Sum of RGB (Red+Green+Blue) = 62+120+134=316 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.62% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 134 - color contains mainly: blue. Hex color #3E7886 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7886 is #C18779. Grayscale: #686868. Windows color (decimal): -12683130 or 8812606. OLE color: 8812606.
HSL color Cylindrical-coordinate representation of color #3E7886: hue angle of 191.67º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E7886 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 120 | 134 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.47 |
| HSL | 191.67º | 0.37% | 0.38% | - |
| HSV(B) | 191.67º | 0.54% | 0.53% | - |
| XYZ | 13.01 | 16.18 | 24.99 | - |
| YUV | 104.25 | 144.78 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 120 | 134 | 0.54 | 0.10 | 0 | 0.47 | 191.67 | 0.37 | 0.38 |
| Hex | 3E | 78 | 86 | 36 | A | 0 | 2F | C0 | 25 | 26 |
| Octal | 76 | 170 | 206 | 66 | 12 | 0 | 57 | 300 | 45 | 46 |
| Binary | 111110 | 1111000 | 10000110 | 110110 | 1010 | 0 | 101111 | 11000000 | 100101 | 100110 |
Color Harmonies of #3E7886
Complementary color
Monochromatic Colors of #3E7886
Black with #3E7886
Text Example
Text Example
White with #3E7886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7886; }
p { color: rgb(62,120,134); }
H1.HeaderClassName
{
color: #3E7886;
}
.AnyTagClassName
{
color: #3E7886;
}
</style>
background-color css
<style>
a { background-color: #3E7886; }
a { background-color: rgb(62,120,134); }
div.DivClassName
{
background-color: #3E7886;
}
.BgClassName
{
background-color: #3E7886;
}
</style>
border-color css
<style>
span { border-color: #3E7886; }
span { border-color: rgb(62,120,134); }
td.TdClassName
{
border-color: #3E7886;
}
.TagClassName
{
border-color: #3E7886;
}
</style>