Shades of Calypso #3F7689
Tints of Calypso #3F7689
RGB
CMYK
RGB Variations
Color information
#3F7689 (or 0x3F7689) is known color: Calypso. HEX triplet: 3F, 76 and 89. RGB value is (63,118,137). Sum of RGB (Red+Green+Blue) = 63+118+137=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F7689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7689 is #C08976. Grayscale: #676767. Windows color (decimal): -12618103 or 9008703. OLE color: 9008703.
HSL color Cylindrical-coordinate representation of color #3F7689: hue angle of 195.41º 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 #3F7689 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 118 | 137 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.46 |
| HSL | 195.41º | 0.37% | 0.39% | - |
| HSV(B) | 195.41º | 0.54% | 0.54% | - |
| XYZ | 13.04 | 15.82 | 26.03 | - |
| YUV | 103.72 | 146.78 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 118 | 137 | 0.54 | 0.14 | 0 | 0.46 | 195.41 | 0.37 | 0.39 |
| Hex | 3F | 76 | 89 | 36 | E | 0 | 2E | C3 | 25 | 27 |
| Octal | 77 | 166 | 211 | 66 | 16 | 0 | 56 | 303 | 45 | 47 |
| Binary | 111111 | 1110110 | 10001001 | 110110 | 1110 | 0 | 101110 | 11000011 | 100101 | 100111 |
Color Harmonies of #3F7689
Complementary color
Monochromatic Colors of #3F7689
Black with #3F7689
Text Example
Text Example
White with #3F7689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7689; }
p { color: rgb(63,118,137); }
H1.HeaderClassName
{
color: #3F7689;
}
.AnyTagClassName
{
color: #3F7689;
}
</style>
background-color css
<style>
a { background-color: #3F7689; }
a { background-color: rgb(63,118,137); }
div.DivClassName
{
background-color: #3F7689;
}
.BgClassName
{
background-color: #3F7689;
}
</style>
border-color css
<style>
span { border-color: #3F7689; }
span { border-color: rgb(63,118,137); }
td.TdClassName
{
border-color: #3F7689;
}
.TagClassName
{
border-color: #3F7689;
}
</style>