Shades of Calypso #3C7585
Tints of Calypso #3C7585
RGB
CMYK
RGB Variations
Color information
#3C7585 (or 0x3C7585) is known color: Calypso. HEX triplet: 3C, 75 and 85. RGB value is (60,117,133). Sum of RGB (Red+Green+Blue) = 60+117+133=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 133 - color contains mainly: blue. Hex color #3C7585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7585 is #C38A7A. Grayscale: #656565. Windows color (decimal): -12814971 or 8746300. OLE color: 8746300.
HSL color Cylindrical-coordinate representation of color #3C7585: hue angle of 193.15º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C7585 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 60 | 117 | 133 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.48 |
| HSL | 193.15º | 0.38% | 0.38% | - |
| HSV(B) | 193.15º | 0.55% | 0.52% | - |
| XYZ | 12.46 | 15.38 | 24.5 | - |
| YUV | 101.78 | 145.62 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 117 | 133 | 0.55 | 0.12 | 0 | 0.48 | 193.15 | 0.38 | 0.38 |
| Hex | 3C | 75 | 85 | 37 | C | 0 | 30 | C1 | 26 | 26 |
| Octal | 74 | 165 | 205 | 67 | 14 | 0 | 60 | 301 | 46 | 46 |
| Binary | 111100 | 1110101 | 10000101 | 110111 | 1100 | 0 | 110000 | 11000001 | 100110 | 100110 |
Color Harmonies of #3C7585
Complementary color
Monochromatic Colors of #3C7585
Black with #3C7585
Text Example
Text Example
White with #3C7585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7585; }
p { color: rgb(60,117,133); }
H1.HeaderClassName
{
color: #3C7585;
}
.AnyTagClassName
{
color: #3C7585;
}
</style>
background-color css
<style>
a { background-color: #3C7585; }
a { background-color: rgb(60,117,133); }
div.DivClassName
{
background-color: #3C7585;
}
.BgClassName
{
background-color: #3C7585;
}
</style>
border-color css
<style>
span { border-color: #3C7585; }
span { border-color: rgb(60,117,133); }
td.TdClassName
{
border-color: #3C7585;
}
.TagClassName
{
border-color: #3C7585;
}
</style>