Shades of Calypso #39778C
Tints of Calypso #39778C
RGB
CMYK
RGB Variations
Color information
#39778C (or 0x39778C) is known color: Calypso. HEX triplet: 39, 77 and 8C. RGB value is (57,119,140). Sum of RGB (Red+Green+Blue) = 57+119+140=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 140 - color contains mainly: blue. Hex color #39778C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39778C is #C68873. Grayscale: #666666. Windows color (decimal): -13011060 or 9205561. OLE color: 9205561.
HSL color Cylindrical-coordinate representation of color #39778C: hue angle of 195.18º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39778C is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 119 | 140 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.45 |
| HSL | 195.18º | 0.42% | 0.39% | - |
| HSV(B) | 195.18º | 0.59% | 0.55% | - |
| XYZ | 13.02 | 15.96 | 27.2 | - |
| YUV | 102.86 | 148.96 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 119 | 140 | 0.59 | 0.15 | 0 | 0.45 | 195.18 | 0.42 | 0.39 |
| Hex | 39 | 77 | 8C | 3B | F | 0 | 2D | C3 | 2A | 27 |
| Octal | 71 | 167 | 214 | 73 | 17 | 0 | 55 | 303 | 52 | 47 |
| Binary | 111001 | 1110111 | 10001100 | 111011 | 1111 | 0 | 101101 | 11000011 | 101010 | 100111 |
Color Harmonies of #39778C
Complementary color
Monochromatic Colors of #39778C
Black with #39778C
Text Example
Text Example
White with #39778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39778C; }
p { color: rgb(57,119,140); }
H1.HeaderClassName
{
color: #39778C;
}
.AnyTagClassName
{
color: #39778C;
}
</style>
background-color css
<style>
a { background-color: #39778C; }
a { background-color: rgb(57,119,140); }
div.DivClassName
{
background-color: #39778C;
}
.BgClassName
{
background-color: #39778C;
}
</style>
border-color css
<style>
span { border-color: #39778C; }
span { border-color: rgb(57,119,140); }
td.TdClassName
{
border-color: #39778C;
}
.TagClassName
{
border-color: #39778C;
}
</style>