Shades of Calypso #39778A
Tints of Calypso #39778A
RGB
CMYK
RGB Variations
Color information
#39778A (or 0x39778A) is known color: Calypso. HEX triplet: 39, 77 and 8A. RGB value is (57,119,138). Sum of RGB (Red+Green+Blue) = 57+119+138=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #39778A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39778A is #C68875. Grayscale: #666666. Windows color (decimal): -13011062 or 9074489. OLE color: 9074489.
HSL color Cylindrical-coordinate representation of color #39778A: hue angle of 194.07º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39778A is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 119 | 138 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.46 |
| HSL | 194.07º | 0.42% | 0.38% | - |
| HSV(B) | 194.07º | 0.59% | 0.54% | - |
| XYZ | 12.87 | 15.9 | 26.44 | - |
| YUV | 102.63 | 147.96 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 119 | 138 | 0.59 | 0.14 | 0 | 0.46 | 194.07 | 0.42 | 0.38 |
| Hex | 39 | 77 | 8A | 3B | E | 0 | 2E | C2 | 2A | 26 |
| Octal | 71 | 167 | 212 | 73 | 16 | 0 | 56 | 302 | 52 | 46 |
| Binary | 111001 | 1110111 | 10001010 | 111011 | 1110 | 0 | 101110 | 11000010 | 101010 | 100110 |
Color Harmonies of #39778A
Complementary color
Monochromatic Colors of #39778A
Black with #39778A
Text Example
Text Example
White with #39778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39778A; }
p { color: rgb(57,119,138); }
H1.HeaderClassName
{
color: #39778A;
}
.AnyTagClassName
{
color: #39778A;
}
</style>
background-color css
<style>
a { background-color: #39778A; }
a { background-color: rgb(57,119,138); }
div.DivClassName
{
background-color: #39778A;
}
.BgClassName
{
background-color: #39778A;
}
</style>
border-color css
<style>
span { border-color: #39778A; }
span { border-color: rgb(57,119,138); }
td.TdClassName
{
border-color: #39778A;
}
.TagClassName
{
border-color: #39778A;
}
</style>