Shades of Calypso #3F708C
Tints of Calypso #3F708C
RGB
CMYK
RGB Variations
Color information
#3F708C (or 0x3F708C) is known color: Calypso. HEX triplet: 3F, 70 and 8C. RGB value is (63,112,140). Sum of RGB (Red+Green+Blue) = 63+112+140=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #3F708C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F708C is #C08F73. Grayscale: #646464. Windows color (decimal): -12619636 or 9203775. OLE color: 9203775.
HSL color Cylindrical-coordinate representation of color #3F708C: hue angle of 201.82º 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 #3F708C is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 112 | 140 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.45 |
| HSL | 201.82º | 0.38% | 0.4% | - |
| HSV(B) | 201.82º | 0.55% | 0.55% | - |
| XYZ | 12.58 | 14.54 | 26.95 | - |
| YUV | 100.54 | 150.27 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 112 | 140 | 0.55 | 0.20 | 0 | 0.45 | 201.82 | 0.38 | 0.4 |
| Hex | 3F | 70 | 8C | 37 | 14 | 0 | 2D | CA | 26 | 28 |
| Octal | 77 | 160 | 214 | 67 | 24 | 0 | 55 | 312 | 46 | 50 |
| Binary | 111111 | 1110000 | 10001100 | 110111 | 10100 | 0 | 101101 | 11001010 | 100110 | 101000 |
Color Harmonies of #3F708C
Complementary color
Monochromatic Colors of #3F708C
Black with #3F708C
Text Example
Text Example
White with #3F708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F708C; }
p { color: rgb(63,112,140); }
H1.HeaderClassName
{
color: #3F708C;
}
.AnyTagClassName
{
color: #3F708C;
}
</style>
background-color css
<style>
a { background-color: #3F708C; }
a { background-color: rgb(63,112,140); }
div.DivClassName
{
background-color: #3F708C;
}
.BgClassName
{
background-color: #3F708C;
}
</style>
border-color css
<style>
span { border-color: #3F708C; }
span { border-color: rgb(63,112,140); }
td.TdClassName
{
border-color: #3F708C;
}
.TagClassName
{
border-color: #3F708C;
}
</style>