Shades of Calypso #3E6C89
Tints of Calypso #3E6C89
RGB
CMYK
RGB Variations
Color information
#3E6C89 (or 0x3E6C89) is known color: Calypso. HEX triplet: 3E, 6C and 89. RGB value is (62,108,137). Sum of RGB (Red+Green+Blue) = 62+108+137=307 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.20% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: blue. Hex color #3E6C89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6C89 is #C19376. Grayscale: #616161. Windows color (decimal): -12686199 or 9006142. OLE color: 9006142.
HSL color Cylindrical-coordinate representation of color #3E6C89: hue angle of 203.2º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E6C89 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 108 | 137 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.46 |
| HSL | 203.2º | 0.38% | 0.39% | - |
| HSV(B) | 203.2º | 0.55% | 0.54% | - |
| XYZ | 11.86 | 13.56 | 25.66 | - |
| YUV | 97.55 | 150.26 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 108 | 137 | 0.55 | 0.21 | 0 | 0.46 | 203.2 | 0.38 | 0.39 |
| Hex | 3E | 6C | 89 | 37 | 15 | 0 | 2E | CB | 26 | 27 |
| Octal | 76 | 154 | 211 | 67 | 25 | 0 | 56 | 313 | 46 | 47 |
| Binary | 111110 | 1101100 | 10001001 | 110111 | 10101 | 0 | 101110 | 11001011 | 100110 | 100111 |
Color Harmonies of #3E6C89
Complementary color
Monochromatic Colors of #3E6C89
Black with #3E6C89
Text Example
Text Example
White with #3E6C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6C89; }
p { color: rgb(62,108,137); }
H1.HeaderClassName
{
color: #3E6C89;
}
.AnyTagClassName
{
color: #3E6C89;
}
</style>
background-color css
<style>
a { background-color: #3E6C89; }
a { background-color: rgb(62,108,137); }
div.DivClassName
{
background-color: #3E6C89;
}
.BgClassName
{
background-color: #3E6C89;
}
</style>
border-color css
<style>
span { border-color: #3E6C89; }
span { border-color: rgb(62,108,137); }
td.TdClassName
{
border-color: #3E6C89;
}
.TagClassName
{
border-color: #3E6C89;
}
</style>