Shades of Calypso #3F708E
Tints of Calypso #3F708E
RGB
CMYK
RGB Variations
Color information
#3F708E (or 0x3F708E) is known color: Calypso. HEX triplet: 3F, 70 and 8E. RGB value is (63,112,142). Sum of RGB (Red+Green+Blue) = 63+112+142=317 (41% of max value = 765). Red value is 63 (25% from 255 or 19.87% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 142 - color contains mainly: blue. Hex color #3F708E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F708E is #C08F71. Grayscale: #646464. Windows color (decimal): -12619634 or 9334847. OLE color: 9334847.
HSL color Cylindrical-coordinate representation of color #3F708E: hue angle of 202.78º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F708E is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 112 | 142 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.44 |
| HSL | 202.78º | 0.39% | 0.4% | - |
| HSV(B) | 202.78º | 0.56% | 0.56% | - |
| XYZ | 12.73 | 14.6 | 27.74 | - |
| YUV | 100.77 | 151.27 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 112 | 142 | 0.56 | 0.21 | 0 | 0.44 | 202.78 | 0.39 | 0.4 |
| Hex | 3F | 70 | 8E | 38 | 15 | 0 | 2C | CB | 27 | 28 |
| Octal | 77 | 160 | 216 | 70 | 25 | 0 | 54 | 313 | 47 | 50 |
| Binary | 111111 | 1110000 | 10001110 | 111000 | 10101 | 0 | 101100 | 11001011 | 100111 | 101000 |
Color Harmonies of #3F708E
Complementary color
Monochromatic Colors of #3F708E
Black with #3F708E
Text Example
Text Example
White with #3F708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F708E; }
p { color: rgb(63,112,142); }
H1.HeaderClassName
{
color: #3F708E;
}
.AnyTagClassName
{
color: #3F708E;
}
</style>
background-color css
<style>
a { background-color: #3F708E; }
a { background-color: rgb(63,112,142); }
div.DivClassName
{
background-color: #3F708E;
}
.BgClassName
{
background-color: #3F708E;
}
</style>
border-color css
<style>
span { border-color: #3F708E; }
span { border-color: rgb(63,112,142); }
td.TdClassName
{
border-color: #3F708E;
}
.TagClassName
{
border-color: #3F708E;
}
</style>