Shades of Calypso #3C687F
Tints of Calypso #3C687F
RGB
CMYK
RGB Variations
Color information
#3C687F (or 0x3C687F) is known color: Calypso. HEX triplet: 3C, 68 and 7F. RGB value is (60,104,127). Sum of RGB (Red+Green+Blue) = 60+104+127=291 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.62% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C687F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C687F is #C39780. Grayscale: #5D5D5D. Windows color (decimal): -12818305 or 8349756. OLE color: 8349756.
HSL color Cylindrical-coordinate representation of color #3C687F: hue angle of 200.6º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C687F is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 104 | 127 | - |
| CMYK | 0.53 | 0.18 | 0 | 0.50 |
| HSL | 200.6º | 0.36% | 0.37% | - |
| HSV(B) | 200.6º | 0.53% | 0.5% | - |
| XYZ | 10.64 | 12.39 | 21.91 | - |
| YUV | 93.47 | 146.92 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 104 | 127 | 0.53 | 0.18 | 0 | 0.50 | 200.6 | 0.36 | 0.37 |
| Hex | 3C | 68 | 7F | 35 | 12 | 0 | 32 | C9 | 24 | 25 |
| Octal | 74 | 150 | 177 | 65 | 22 | 0 | 62 | 311 | 44 | 45 |
| Binary | 111100 | 1101000 | 1111111 | 110101 | 10010 | 0 | 110010 | 11001001 | 100100 | 100101 |
Color Harmonies of #3C687F
Complementary color
Monochromatic Colors of #3C687F
Black with #3C687F
Text Example
Text Example
White with #3C687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C687F; }
p { color: rgb(60,104,127); }
H1.HeaderClassName
{
color: #3C687F;
}
.AnyTagClassName
{
color: #3C687F;
}
</style>
background-color css
<style>
a { background-color: #3C687F; }
a { background-color: rgb(60,104,127); }
div.DivClassName
{
background-color: #3C687F;
}
.BgClassName
{
background-color: #3C687F;
}
</style>
border-color css
<style>
span { border-color: #3C687F; }
span { border-color: rgb(60,104,127); }
td.TdClassName
{
border-color: #3C687F;
}
.TagClassName
{
border-color: #3C687F;
}
</style>