Shades of Calypso #3C7188
Tints of Calypso #3C7188
RGB
CMYK
RGB Variations
Color information
#3C7188 (or 0x3C7188) is known color: Calypso. HEX triplet: 3C, 71 and 88. RGB value is (60,113,136). Sum of RGB (Red+Green+Blue) = 60+113+136=309 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.42% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #3C7188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7188 is #C38E77. Grayscale: #636363. Windows color (decimal): -12815992 or 8941884. OLE color: 8941884.
HSL color Cylindrical-coordinate representation of color #3C7188: hue angle of 198.16º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C7188 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 113 | 136 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.47 |
| HSL | 198.16º | 0.39% | 0.38% | - |
| HSV(B) | 198.16º | 0.56% | 0.53% | - |
| XYZ | 12.21 | 14.55 | 25.46 | - |
| YUV | 99.78 | 148.44 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 113 | 136 | 0.56 | 0.17 | 0 | 0.47 | 198.16 | 0.39 | 0.38 |
| Hex | 3C | 71 | 88 | 38 | 11 | 0 | 2F | C6 | 27 | 26 |
| Octal | 74 | 161 | 210 | 70 | 21 | 0 | 57 | 306 | 47 | 46 |
| Binary | 111100 | 1110001 | 10001000 | 111000 | 10001 | 0 | 101111 | 11000110 | 100111 | 100110 |
Color Harmonies of #3C7188
Complementary color
Monochromatic Colors of #3C7188
Black with #3C7188
Text Example
Text Example
White with #3C7188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7188; }
p { color: rgb(60,113,136); }
H1.HeaderClassName
{
color: #3C7188;
}
.AnyTagClassName
{
color: #3C7188;
}
</style>
background-color css
<style>
a { background-color: #3C7188; }
a { background-color: rgb(60,113,136); }
div.DivClassName
{
background-color: #3C7188;
}
.BgClassName
{
background-color: #3C7188;
}
</style>
border-color css
<style>
span { border-color: #3C7188; }
span { border-color: rgb(60,113,136); }
td.TdClassName
{
border-color: #3C7188;
}
.TagClassName
{
border-color: #3C7188;
}
</style>