Shades of Calypso #3F718D
Tints of Calypso #3F718D
RGB
CMYK
RGB Variations
Color information
#3F718D (or 0x3F718D) is known color: Calypso. HEX triplet: 3F, 71 and 8D. RGB value is (63,113,141). Sum of RGB (Red+Green+Blue) = 63+113+141=317 (41% of max value = 765). Red value is 63 (25% from 255 or 19.87% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 141 - color contains mainly: blue. Hex color #3F718D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F718D is #C08E72. Grayscale: #656565. Windows color (decimal): -12619379 or 9269567. OLE color: 9269567.
HSL color Cylindrical-coordinate representation of color #3F718D: hue angle of 201.54º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F718D is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 113 | 141 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.45 |
| HSL | 201.54º | 0.38% | 0.4% | - |
| HSV(B) | 201.54º | 0.55% | 0.55% | - |
| XYZ | 12.76 | 14.79 | 27.38 | - |
| YUV | 101.24 | 150.44 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 113 | 141 | 0.55 | 0.20 | 0 | 0.45 | 201.54 | 0.38 | 0.4 |
| Hex | 3F | 71 | 8D | 37 | 14 | 0 | 2D | CA | 26 | 28 |
| Octal | 77 | 161 | 215 | 67 | 24 | 0 | 55 | 312 | 46 | 50 |
| Binary | 111111 | 1110001 | 10001101 | 110111 | 10100 | 0 | 101101 | 11001010 | 100110 | 101000 |
Color Harmonies of #3F718D
Complementary color
Monochromatic Colors of #3F718D
Black with #3F718D
Text Example
Text Example
White with #3F718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F718D; }
p { color: rgb(63,113,141); }
H1.HeaderClassName
{
color: #3F718D;
}
.AnyTagClassName
{
color: #3F718D;
}
</style>
background-color css
<style>
a { background-color: #3F718D; }
a { background-color: rgb(63,113,141); }
div.DivClassName
{
background-color: #3F718D;
}
.BgClassName
{
background-color: #3F718D;
}
</style>
border-color css
<style>
span { border-color: #3F718D; }
span { border-color: rgb(63,113,141); }
td.TdClassName
{
border-color: #3F718D;
}
.TagClassName
{
border-color: #3F718D;
}
</style>