Shades of Calypso #3F758D
Tints of Calypso #3F758D
RGB
CMYK
RGB Variations
Color information
#3F758D (or 0x3F758D) is known color: Calypso. HEX triplet: 3F, 75 and 8D. RGB value is (63,117,141). Sum of RGB (Red+Green+Blue) = 63+117+141=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #3F758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F758D is #C08A72. Grayscale: #676767. Windows color (decimal): -12618355 or 9270591. OLE color: 9270591.
HSL color Cylindrical-coordinate representation of color #3F758D: hue angle of 198.46º 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 #3F758D is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 117 | 141 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.45 |
| HSL | 198.46º | 0.38% | 0.4% | - |
| HSV(B) | 198.46º | 0.55% | 0.55% | - |
| XYZ | 13.22 | 15.7 | 27.53 | - |
| YUV | 103.59 | 149.11 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 117 | 141 | 0.55 | 0.17 | 0 | 0.45 | 198.46 | 0.38 | 0.4 |
| Hex | 3F | 75 | 8D | 37 | 11 | 0 | 2D | C6 | 26 | 28 |
| Octal | 77 | 165 | 215 | 67 | 21 | 0 | 55 | 306 | 46 | 50 |
| Binary | 111111 | 1110101 | 10001101 | 110111 | 10001 | 0 | 101101 | 11000110 | 100110 | 101000 |
Color Harmonies of #3F758D
Complementary color
Monochromatic Colors of #3F758D
Black with #3F758D
Text Example
Text Example
White with #3F758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F758D; }
p { color: rgb(63,117,141); }
H1.HeaderClassName
{
color: #3F758D;
}
.AnyTagClassName
{
color: #3F758D;
}
</style>
background-color css
<style>
a { background-color: #3F758D; }
a { background-color: rgb(63,117,141); }
div.DivClassName
{
background-color: #3F758D;
}
.BgClassName
{
background-color: #3F758D;
}
</style>
border-color css
<style>
span { border-color: #3F758D; }
span { border-color: rgb(63,117,141); }
td.TdClassName
{
border-color: #3F758D;
}
.TagClassName
{
border-color: #3F758D;
}
</style>