Shades of Calypso #3C758C
Tints of Calypso #3C758C
RGB
CMYK
RGB Variations
Color information
#3C758C (or 0x3C758C) is known color: Calypso. HEX triplet: 3C, 75 and 8C. RGB value is (60,117,140). Sum of RGB (Red+Green+Blue) = 60+117+140=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 140 - color contains mainly: blue. Hex color #3C758C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C758C is #C38A73. Grayscale: #666666. Windows color (decimal): -12814964 or 9205052. OLE color: 9205052.
HSL color Cylindrical-coordinate representation of color #3C758C: hue angle of 197.25º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C758C is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 117 | 140 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.45 |
| HSL | 197.25º | 0.4% | 0.39% | - |
| HSV(B) | 197.25º | 0.57% | 0.55% | - |
| XYZ | 12.96 | 15.58 | 27.13 | - |
| YUV | 102.58 | 149.12 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 117 | 140 | 0.57 | 0.16 | 0 | 0.45 | 197.25 | 0.4 | 0.39 |
| Hex | 3C | 75 | 8C | 39 | 10 | 0 | 2D | C5 | 28 | 27 |
| Octal | 74 | 165 | 214 | 71 | 20 | 0 | 55 | 305 | 50 | 47 |
| Binary | 111100 | 1110101 | 10001100 | 111001 | 10000 | 0 | 101101 | 11000101 | 101000 | 100111 |
Color Harmonies of #3C758C
Complementary color
Monochromatic Colors of #3C758C
Black with #3C758C
Text Example
Text Example
White with #3C758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C758C; }
p { color: rgb(60,117,140); }
H1.HeaderClassName
{
color: #3C758C;
}
.AnyTagClassName
{
color: #3C758C;
}
</style>
background-color css
<style>
a { background-color: #3C758C; }
a { background-color: rgb(60,117,140); }
div.DivClassName
{
background-color: #3C758C;
}
.BgClassName
{
background-color: #3C758C;
}
</style>
border-color css
<style>
span { border-color: #3C758C; }
span { border-color: rgb(60,117,140); }
td.TdClassName
{
border-color: #3C758C;
}
.TagClassName
{
border-color: #3C758C;
}
</style>