Shades of Calypso #3F758B
Tints of Calypso #3F758B
RGB
CMYK
RGB Variations
Color information
#3F758B (or 0x3F758B) is known color: Calypso. HEX triplet: 3F, 75 and 8B. RGB value is (63,117,139). Sum of RGB (Red+Green+Blue) = 63+117+139=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F758B is #C08A74. Grayscale: #676767. Windows color (decimal): -12618357 or 9139519. OLE color: 9139519.
HSL color Cylindrical-coordinate representation of color #3F758B: hue angle of 197.37º 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 #3F758B is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 117 | 139 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.45 |
| HSL | 197.37º | 0.38% | 0.4% | - |
| HSV(B) | 197.37º | 0.55% | 0.55% | - |
| XYZ | 13.07 | 15.64 | 26.76 | - |
| YUV | 103.36 | 148.11 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 117 | 139 | 0.55 | 0.16 | 0 | 0.45 | 197.37 | 0.38 | 0.4 |
| Hex | 3F | 75 | 8B | 37 | 10 | 0 | 2D | C5 | 26 | 28 |
| Octal | 77 | 165 | 213 | 67 | 20 | 0 | 55 | 305 | 46 | 50 |
| Binary | 111111 | 1110101 | 10001011 | 110111 | 10000 | 0 | 101101 | 11000101 | 100110 | 101000 |
Color Harmonies of #3F758B
Complementary color
Monochromatic Colors of #3F758B
Black with #3F758B
Text Example
Text Example
White with #3F758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F758B; }
p { color: rgb(63,117,139); }
H1.HeaderClassName
{
color: #3F758B;
}
.AnyTagClassName
{
color: #3F758B;
}
</style>
background-color css
<style>
a { background-color: #3F758B; }
a { background-color: rgb(63,117,139); }
div.DivClassName
{
background-color: #3F758B;
}
.BgClassName
{
background-color: #3F758B;
}
</style>
border-color css
<style>
span { border-color: #3F758B; }
span { border-color: rgb(63,117,139); }
td.TdClassName
{
border-color: #3F758B;
}
.TagClassName
{
border-color: #3F758B;
}
</style>