Shades of Calypso #3F708B
Tints of Calypso #3F708B
RGB
CMYK
RGB Variations
Color information
#3F708B (or 0x3F708B) is known color: Calypso. HEX triplet: 3F, 70 and 8B. RGB value is (63,112,139). Sum of RGB (Red+Green+Blue) = 63+112+139=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F708B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F708B is #C08F74. Grayscale: #646464. Windows color (decimal): -12619637 or 9138239. OLE color: 9138239.
HSL color Cylindrical-coordinate representation of color #3F708B: hue angle of 201.32º 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 #3F708B is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 112 | 139 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.45 |
| HSL | 201.32º | 0.38% | 0.4% | - |
| HSV(B) | 201.32º | 0.55% | 0.55% | - |
| XYZ | 12.5 | 14.51 | 26.57 | - |
| YUV | 100.43 | 149.77 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 112 | 139 | 0.55 | 0.19 | 0 | 0.45 | 201.32 | 0.38 | 0.4 |
| Hex | 3F | 70 | 8B | 37 | 13 | 0 | 2D | C9 | 26 | 28 |
| Octal | 77 | 160 | 213 | 67 | 23 | 0 | 55 | 311 | 46 | 50 |
| Binary | 111111 | 1110000 | 10001011 | 110111 | 10011 | 0 | 101101 | 11001001 | 100110 | 101000 |
Color Harmonies of #3F708B
Complementary color
Monochromatic Colors of #3F708B
Black with #3F708B
Text Example
Text Example
White with #3F708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F708B; }
p { color: rgb(63,112,139); }
H1.HeaderClassName
{
color: #3F708B;
}
.AnyTagClassName
{
color: #3F708B;
}
</style>
background-color css
<style>
a { background-color: #3F708B; }
a { background-color: rgb(63,112,139); }
div.DivClassName
{
background-color: #3F708B;
}
.BgClassName
{
background-color: #3F708B;
}
</style>
border-color css
<style>
span { border-color: #3F708B; }
span { border-color: rgb(63,112,139); }
td.TdClassName
{
border-color: #3F708B;
}
.TagClassName
{
border-color: #3F708B;
}
</style>