Shades of Calypso #3F707F
Tints of Calypso #3F707F
RGB
CMYK
RGB Variations
Color information
#3F707F (or 0x3F707F) is known color: Calypso. HEX triplet: 3F, 70 and 7F. RGB value is (63,112,127). Sum of RGB (Red+Green+Blue) = 63+112+127=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F707F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F707F is #C08F80. Grayscale: #626262. Windows color (decimal): -12619649 or 8351807. OLE color: 8351807.
HSL color Cylindrical-coordinate representation of color #3F707F: hue angle of 194.06º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F707F is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 63 | 112 | 127 | - |
| CMYK | 0.50 | 0.12 | 0 | 0.50 |
| HSL | 194.06º | 0.34% | 0.37% | - |
| HSV(B) | 194.06º | 0.5% | 0.5% | - |
| XYZ | 11.67 | 14.18 | 22.2 | - |
| YUV | 99.06 | 143.77 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 112 | 127 | 0.50 | 0.12 | 0 | 0.50 | 194.06 | 0.34 | 0.37 |
| Hex | 3F | 70 | 7F | 32 | C | 0 | 32 | C2 | 22 | 25 |
| Octal | 77 | 160 | 177 | 62 | 14 | 0 | 62 | 302 | 42 | 45 |
| Binary | 111111 | 1110000 | 1111111 | 110010 | 1100 | 0 | 110010 | 11000010 | 100010 | 100101 |
Color Harmonies of #3F707F
Complementary color
Monochromatic Colors of #3F707F
Black with #3F707F
Text Example
Text Example
White with #3F707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F707F; }
p { color: rgb(63,112,127); }
H1.HeaderClassName
{
color: #3F707F;
}
.AnyTagClassName
{
color: #3F707F;
}
</style>
background-color css
<style>
a { background-color: #3F707F; }
a { background-color: rgb(63,112,127); }
div.DivClassName
{
background-color: #3F707F;
}
.BgClassName
{
background-color: #3F707F;
}
</style>
border-color css
<style>
span { border-color: #3F707F; }
span { border-color: rgb(63,112,127); }
td.TdClassName
{
border-color: #3F707F;
}
.TagClassName
{
border-color: #3F707F;
}
</style>