Shades of Calypso #3F718B
Tints of Calypso #3F718B
RGB
CMYK
RGB Variations
Color information
#3F718B (or 0x3F718B) is known color: Calypso. HEX triplet: 3F, 71 and 8B. RGB value is (63,113,139). Sum of RGB (Red+Green+Blue) = 63+113+139=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F718B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F718B is #C08E74. Grayscale: #646464. Windows color (decimal): -12619381 or 9138495. OLE color: 9138495.
HSL color Cylindrical-coordinate representation of color #3F718B: hue angle of 200.53º 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 #3F718B is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 113 | 139 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.45 |
| HSL | 200.53º | 0.38% | 0.4% | - |
| HSV(B) | 200.53º | 0.55% | 0.55% | - |
| XYZ | 12.62 | 14.73 | 26.6 | - |
| YUV | 101.01 | 149.44 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 113 | 139 | 0.55 | 0.19 | 0 | 0.45 | 200.53 | 0.38 | 0.4 |
| Hex | 3F | 71 | 8B | 37 | 13 | 0 | 2D | C9 | 26 | 28 |
| Octal | 77 | 161 | 213 | 67 | 23 | 0 | 55 | 311 | 46 | 50 |
| Binary | 111111 | 1110001 | 10001011 | 110111 | 10011 | 0 | 101101 | 11001001 | 100110 | 101000 |
Color Harmonies of #3F718B
Complementary color
Monochromatic Colors of #3F718B
Black with #3F718B
Text Example
Text Example
White with #3F718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F718B; }
p { color: rgb(63,113,139); }
H1.HeaderClassName
{
color: #3F718B;
}
.AnyTagClassName
{
color: #3F718B;
}
</style>
background-color css
<style>
a { background-color: #3F718B; }
a { background-color: rgb(63,113,139); }
div.DivClassName
{
background-color: #3F718B;
}
.BgClassName
{
background-color: #3F718B;
}
</style>
border-color css
<style>
span { border-color: #3F718B; }
span { border-color: rgb(63,113,139); }
td.TdClassName
{
border-color: #3F718B;
}
.TagClassName
{
border-color: #3F718B;
}
</style>