Shades of Calypso #3E6C87
Tints of Calypso #3E6C87
RGB
CMYK
RGB Variations
Color information
#3E6C87 (or 0x3E6C87) is known color: Calypso. HEX triplet: 3E, 6C and 87. RGB value is (62,108,135). Sum of RGB (Red+Green+Blue) = 62+108+135=305 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.33% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 135 - color contains mainly: blue. Hex color #3E6C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6C87 is #C19378. Grayscale: #616161. Windows color (decimal): -12686201 or 8875070. OLE color: 8875070.
HSL color Cylindrical-coordinate representation of color #3E6C87: hue angle of 202.19º 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 #3E6C87 is Cyan = 0.54, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 108 | 135 | - |
| CMYK | 0.54 | 0.2 | 0 | 0.47 |
| HSL | 202.19º | 0.37% | 0.39% | - |
| HSV(B) | 202.19º | 0.54% | 0.53% | - |
| XYZ | 11.72 | 13.5 | 24.91 | - |
| YUV | 97.32 | 149.26 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 108 | 135 | 0.54 | 0.2 | 0 | 0.47 | 202.19 | 0.37 | 0.39 |
| Hex | 3E | 6C | 87 | 36 | 14 | 0 | 2F | CA | 25 | 27 |
| Octal | 76 | 154 | 207 | 66 | 24 | 0 | 57 | 312 | 45 | 47 |
| Binary | 111110 | 1101100 | 10000111 | 110110 | 10100 | 0 | 101111 | 11001010 | 100101 | 100111 |
Color Harmonies of #3E6C87
Complementary color
Monochromatic Colors of #3E6C87
Black with #3E6C87
Text Example
Text Example
White with #3E6C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6C87; }
p { color: rgb(62,108,135); }
H1.HeaderClassName
{
color: #3E6C87;
}
.AnyTagClassName
{
color: #3E6C87;
}
</style>
background-color css
<style>
a { background-color: #3E6C87; }
a { background-color: rgb(62,108,135); }
div.DivClassName
{
background-color: #3E6C87;
}
.BgClassName
{
background-color: #3E6C87;
}
</style>
border-color css
<style>
span { border-color: #3E6C87; }
span { border-color: rgb(62,108,135); }
td.TdClassName
{
border-color: #3E6C87;
}
.TagClassName
{
border-color: #3E6C87;
}
</style>