Shades of Calypso #3F718E
Tints of Calypso #3F718E
RGB
CMYK
RGB Variations
Color information
#3F718E (or 0x3F718E) is known color: Calypso. HEX triplet: 3F, 71 and 8E. RGB value is (63,113,142). Sum of RGB (Red+Green+Blue) = 63+113+142=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 142 - color contains mainly: blue. Hex color #3F718E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F718E is #C08E71. Grayscale: #656565. Windows color (decimal): -12619378 or 9335103. OLE color: 9335103.
HSL color Cylindrical-coordinate representation of color #3F718E: hue angle of 202.03º 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 #3F718E is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 113 | 142 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.44 |
| HSL | 202.03º | 0.39% | 0.4% | - |
| HSV(B) | 202.03º | 0.56% | 0.56% | - |
| XYZ | 12.84 | 14.82 | 27.78 | - |
| YUV | 101.36 | 150.94 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 113 | 142 | 0.56 | 0.20 | 0 | 0.44 | 202.03 | 0.39 | 0.4 |
| Hex | 3F | 71 | 8E | 38 | 14 | 0 | 2C | CA | 27 | 28 |
| Octal | 77 | 161 | 216 | 70 | 24 | 0 | 54 | 312 | 47 | 50 |
| Binary | 111111 | 1110001 | 10001110 | 111000 | 10100 | 0 | 101100 | 11001010 | 100111 | 101000 |
Color Harmonies of #3F718E
Complementary color
Monochromatic Colors of #3F718E
Black with #3F718E
Text Example
Text Example
White with #3F718E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F718E; }
p { color: rgb(63,113,142); }
H1.HeaderClassName
{
color: #3F718E;
}
.AnyTagClassName
{
color: #3F718E;
}
</style>
background-color css
<style>
a { background-color: #3F718E; }
a { background-color: rgb(63,113,142); }
div.DivClassName
{
background-color: #3F718E;
}
.BgClassName
{
background-color: #3F718E;
}
</style>
border-color css
<style>
span { border-color: #3F718E; }
span { border-color: rgb(63,113,142); }
td.TdClassName
{
border-color: #3F718E;
}
.TagClassName
{
border-color: #3F718E;
}
</style>