Shades of Calypso #3E7887
Tints of Calypso #3E7887
RGB
CMYK
RGB Variations
Color information
#3E7887 (or 0x3E7887) is known color: Calypso. HEX triplet: 3E, 78 and 87. RGB value is (62,120,135). Sum of RGB (Red+Green+Blue) = 62+120+135=317 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.56% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 135 - color contains mainly: blue. Hex color #3E7887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7887 is #C18778. Grayscale: #686868. Windows color (decimal): -12683129 or 8878142. OLE color: 8878142.
HSL color Cylindrical-coordinate representation of color #3E7887: hue angle of 192.33º 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 #3E7887 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 120 | 135 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.47 |
| HSL | 192.33º | 0.37% | 0.39% | - |
| HSV(B) | 192.33º | 0.54% | 0.53% | - |
| XYZ | 13.08 | 16.21 | 25.36 | - |
| YUV | 104.37 | 145.28 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 120 | 135 | 0.54 | 0.11 | 0 | 0.47 | 192.33 | 0.37 | 0.39 |
| Hex | 3E | 78 | 87 | 36 | B | 0 | 2F | C0 | 25 | 27 |
| Octal | 76 | 170 | 207 | 66 | 13 | 0 | 57 | 300 | 45 | 47 |
| Binary | 111110 | 1111000 | 10000111 | 110110 | 1011 | 0 | 101111 | 11000000 | 100101 | 100111 |
Color Harmonies of #3E7887
Complementary color
Monochromatic Colors of #3E7887
Black with #3E7887
Text Example
Text Example
White with #3E7887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7887; }
p { color: rgb(62,120,135); }
H1.HeaderClassName
{
color: #3E7887;
}
.AnyTagClassName
{
color: #3E7887;
}
</style>
background-color css
<style>
a { background-color: #3E7887; }
a { background-color: rgb(62,120,135); }
div.DivClassName
{
background-color: #3E7887;
}
.BgClassName
{
background-color: #3E7887;
}
</style>
border-color css
<style>
span { border-color: #3E7887; }
span { border-color: rgb(62,120,135); }
td.TdClassName
{
border-color: #3E7887;
}
.TagClassName
{
border-color: #3E7887;
}
</style>