Shades of Calypso #3F7688
Tints of Calypso #3F7688
RGB
CMYK
RGB Variations
Color information
#3F7688 (or 0x3F7688) is known color: Calypso. HEX triplet: 3F, 76 and 88. RGB value is (63,118,136). Sum of RGB (Red+Green+Blue) = 63+118+136=317 (41% of max value = 765). Red value is 63 (25% from 255 or 19.87% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 136 - color contains mainly: blue. Hex color #3F7688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7688 is #C08977. Grayscale: #676767. Windows color (decimal): -12618104 or 8943167. OLE color: 8943167.
HSL color Cylindrical-coordinate representation of color #3F7688: hue angle of 194.79º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F7688 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 118 | 136 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.47 |
| HSL | 194.79º | 0.37% | 0.39% | - |
| HSV(B) | 194.79º | 0.54% | 0.53% | - |
| XYZ | 12.97 | 15.79 | 25.66 | - |
| YUV | 103.61 | 146.28 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 118 | 136 | 0.54 | 0.13 | 0 | 0.47 | 194.79 | 0.37 | 0.39 |
| Hex | 3F | 76 | 88 | 36 | D | 0 | 2F | C3 | 25 | 27 |
| Octal | 77 | 166 | 210 | 66 | 15 | 0 | 57 | 303 | 45 | 47 |
| Binary | 111111 | 1110110 | 10001000 | 110110 | 1101 | 0 | 101111 | 11000011 | 100101 | 100111 |
Color Harmonies of #3F7688
Complementary color
Monochromatic Colors of #3F7688
Black with #3F7688
Text Example
Text Example
White with #3F7688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7688; }
p { color: rgb(63,118,136); }
H1.HeaderClassName
{
color: #3F7688;
}
.AnyTagClassName
{
color: #3F7688;
}
</style>
background-color css
<style>
a { background-color: #3F7688; }
a { background-color: rgb(63,118,136); }
div.DivClassName
{
background-color: #3F7688;
}
.BgClassName
{
background-color: #3F7688;
}
</style>
border-color css
<style>
span { border-color: #3F7688; }
span { border-color: rgb(63,118,136); }
td.TdClassName
{
border-color: #3F7688;
}
.TagClassName
{
border-color: #3F7688;
}
</style>