Shades of Calypso #3E6E93
Tints of Calypso #3E6E93
RGB
CMYK
RGB Variations
Color information
#3E6E93 (or 0x3E6E93) is known color: Calypso. HEX triplet: 3E, 6E and 93. RGB value is (62,110,147). Sum of RGB (Red+Green+Blue) = 62+110+147=319 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.44% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #3E6E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6E93 is #C1916C. Grayscale: #636363. Windows color (decimal): -12685677 or 9662014. OLE color: 9662014.
HSL color Cylindrical-coordinate representation of color #3E6E93: hue angle of 206.12º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E6E93 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 110 | 147 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.42 |
| HSL | 206.12º | 0.41% | 0.41% | - |
| HSV(B) | 206.12º | 0.58% | 0.58% | - |
| XYZ | 12.83 | 14.28 | 29.68 | - |
| YUV | 99.87 | 154.6 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 110 | 147 | 0.58 | 0.25 | 0 | 0.42 | 206.12 | 0.41 | 0.41 |
| Hex | 3E | 6E | 93 | 3A | 19 | 0 | 2A | CE | 29 | 29 |
| Octal | 76 | 156 | 223 | 72 | 31 | 0 | 52 | 316 | 51 | 51 |
| Binary | 111110 | 1101110 | 10010011 | 111010 | 11001 | 0 | 101010 | 11001110 | 101001 | 101001 |
Color Harmonies of #3E6E93
Complementary color
Monochromatic Colors of #3E6E93
Black with #3E6E93
Text Example
Text Example
White with #3E6E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6E93; }
p { color: rgb(62,110,147); }
H1.HeaderClassName
{
color: #3E6E93;
}
.AnyTagClassName
{
color: #3E6E93;
}
</style>
background-color css
<style>
a { background-color: #3E6E93; }
a { background-color: rgb(62,110,147); }
div.DivClassName
{
background-color: #3E6E93;
}
.BgClassName
{
background-color: #3E6E93;
}
</style>
border-color css
<style>
span { border-color: #3E6E93; }
span { border-color: rgb(62,110,147); }
td.TdClassName
{
border-color: #3E6E93;
}
.TagClassName
{
border-color: #3E6E93;
}
</style>