Shades of Calypso #3F6E89
Tints of Calypso #3F6E89
RGB
CMYK
RGB Variations
Color information
#3F6E89 (or 0x3F6E89) is known color: Calypso. HEX triplet: 3F, 6E and 89. RGB value is (63,110,137). Sum of RGB (Red+Green+Blue) = 63+110+137=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F6E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6E89 is #C09176. Grayscale: #626262. Windows color (decimal): -12620151 or 9006655. OLE color: 9006655.
HSL color Cylindrical-coordinate representation of color #3F6E89: hue angle of 201.89º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F6E89 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 110 | 137 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.46 |
| HSL | 201.89º | 0.37% | 0.39% | - |
| HSV(B) | 201.89º | 0.54% | 0.54% | - |
| XYZ | 12.14 | 14.01 | 25.73 | - |
| YUV | 99.03 | 149.43 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 110 | 137 | 0.54 | 0.20 | 0 | 0.46 | 201.89 | 0.37 | 0.39 |
| Hex | 3F | 6E | 89 | 36 | 14 | 0 | 2E | CA | 25 | 27 |
| Octal | 77 | 156 | 211 | 66 | 24 | 0 | 56 | 312 | 45 | 47 |
| Binary | 111111 | 1101110 | 10001001 | 110110 | 10100 | 0 | 101110 | 11001010 | 100101 | 100111 |
Color Harmonies of #3F6E89
Complementary color
Monochromatic Colors of #3F6E89
Black with #3F6E89
Text Example
Text Example
White with #3F6E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6E89; }
p { color: rgb(63,110,137); }
H1.HeaderClassName
{
color: #3F6E89;
}
.AnyTagClassName
{
color: #3F6E89;
}
</style>
background-color css
<style>
a { background-color: #3F6E89; }
a { background-color: rgb(63,110,137); }
div.DivClassName
{
background-color: #3F6E89;
}
.BgClassName
{
background-color: #3F6E89;
}
</style>
border-color css
<style>
span { border-color: #3F6E89; }
span { border-color: rgb(63,110,137); }
td.TdClassName
{
border-color: #3F6E89;
}
.TagClassName
{
border-color: #3F6E89;
}
</style>