Shades of Calypso #3E6E89
Tints of Calypso #3E6E89
RGB
CMYK
RGB Variations
Color information
#3E6E89 (or 0x3E6E89) is known color: Calypso. HEX triplet: 3E, 6E and 89. RGB value is (62,110,137). Sum of RGB (Red+Green+Blue) = 62+110+137=309 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.06% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #3E6E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6E89 is #C19176. Grayscale: #626262. Windows color (decimal): -12685687 or 9006654. OLE color: 9006654.
HSL color Cylindrical-coordinate representation of color #3E6E89: hue angle of 201.6º 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 #3E6E89 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 110 | 137 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.46 |
| HSL | 201.6º | 0.38% | 0.39% | - |
| HSV(B) | 201.6º | 0.55% | 0.54% | - |
| XYZ | 12.08 | 13.98 | 25.73 | - |
| YUV | 98.73 | 149.6 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 110 | 137 | 0.55 | 0.20 | 0 | 0.46 | 201.6 | 0.38 | 0.39 |
| Hex | 3E | 6E | 89 | 37 | 14 | 0 | 2E | CA | 26 | 27 |
| Octal | 76 | 156 | 211 | 67 | 24 | 0 | 56 | 312 | 46 | 47 |
| Binary | 111110 | 1101110 | 10001001 | 110111 | 10100 | 0 | 101110 | 11001010 | 100110 | 100111 |
Color Harmonies of #3E6E89
Complementary color
Monochromatic Colors of #3E6E89
Black with #3E6E89
Text Example
Text Example
White with #3E6E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6E89; }
p { color: rgb(62,110,137); }
H1.HeaderClassName
{
color: #3E6E89;
}
.AnyTagClassName
{
color: #3E6E89;
}
</style>
background-color css
<style>
a { background-color: #3E6E89; }
a { background-color: rgb(62,110,137); }
div.DivClassName
{
background-color: #3E6E89;
}
.BgClassName
{
background-color: #3E6E89;
}
</style>
border-color css
<style>
span { border-color: #3E6E89; }
span { border-color: rgb(62,110,137); }
td.TdClassName
{
border-color: #3E6E89;
}
.TagClassName
{
border-color: #3E6E89;
}
</style>