Shades of Calypso #3C7289
Tints of Calypso #3C7289
RGB
CMYK
RGB Variations
Color information
#3C7289 (or 0x3C7289) is known color: Calypso. HEX triplet: 3C, 72 and 89. RGB value is (60,114,137). Sum of RGB (Red+Green+Blue) = 60+114+137=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C7289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7289 is #C38D76. Grayscale: #646464. Windows color (decimal): -12815735 or 9007676. OLE color: 9007676.
HSL color Cylindrical-coordinate representation of color #3C7289: hue angle of 197.92º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C7289 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 114 | 137 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.46 |
| HSL | 197.92º | 0.39% | 0.39% | - |
| HSV(B) | 197.92º | 0.56% | 0.54% | - |
| XYZ | 12.4 | 14.8 | 25.87 | - |
| YUV | 100.48 | 148.61 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 114 | 137 | 0.56 | 0.17 | 0 | 0.46 | 197.92 | 0.39 | 0.39 |
| Hex | 3C | 72 | 89 | 38 | 11 | 0 | 2E | C6 | 27 | 27 |
| Octal | 74 | 162 | 211 | 70 | 21 | 0 | 56 | 306 | 47 | 47 |
| Binary | 111100 | 1110010 | 10001001 | 111000 | 10001 | 0 | 101110 | 11000110 | 100111 | 100111 |
Color Harmonies of #3C7289
Complementary color
Monochromatic Colors of #3C7289
Black with #3C7289
Text Example
Text Example
White with #3C7289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7289; }
p { color: rgb(60,114,137); }
H1.HeaderClassName
{
color: #3C7289;
}
.AnyTagClassName
{
color: #3C7289;
}
</style>
background-color css
<style>
a { background-color: #3C7289; }
a { background-color: rgb(60,114,137); }
div.DivClassName
{
background-color: #3C7289;
}
.BgClassName
{
background-color: #3C7289;
}
</style>
border-color css
<style>
span { border-color: #3C7289; }
span { border-color: rgb(60,114,137); }
td.TdClassName
{
border-color: #3C7289;
}
.TagClassName
{
border-color: #3C7289;
}
</style>