Shades of Calypso #39768A
Tints of Calypso #39768A
RGB
CMYK
RGB Variations
Color information
#39768A (or 0x39768A) is known color: Calypso. HEX triplet: 39, 76 and 8A. RGB value is (57,118,138). Sum of RGB (Red+Green+Blue) = 57+118+138=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 138 - color contains mainly: blue. Hex color #39768A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39768A is #C68975. Grayscale: #656565. Windows color (decimal): -13011318 or 9074233. OLE color: 9074233.
HSL color Cylindrical-coordinate representation of color #39768A: hue angle of 194.81º 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 #39768A is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 118 | 138 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.46 |
| HSL | 194.81º | 0.42% | 0.38% | - |
| HSV(B) | 194.81º | 0.59% | 0.54% | - |
| XYZ | 12.75 | 15.66 | 26.4 | - |
| YUV | 102.04 | 148.29 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 118 | 138 | 0.59 | 0.14 | 0 | 0.46 | 194.81 | 0.42 | 0.38 |
| Hex | 39 | 76 | 8A | 3B | E | 0 | 2E | C3 | 2A | 26 |
| Octal | 71 | 166 | 212 | 73 | 16 | 0 | 56 | 303 | 52 | 46 |
| Binary | 111001 | 1110110 | 10001010 | 111011 | 1110 | 0 | 101110 | 11000011 | 101010 | 100110 |
Color Harmonies of #39768A
Complementary color
Monochromatic Colors of #39768A
Black with #39768A
Text Example
Text Example
White with #39768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39768A; }
p { color: rgb(57,118,138); }
H1.HeaderClassName
{
color: #39768A;
}
.AnyTagClassName
{
color: #39768A;
}
</style>
background-color css
<style>
a { background-color: #39768A; }
a { background-color: rgb(57,118,138); }
div.DivClassName
{
background-color: #39768A;
}
.BgClassName
{
background-color: #39768A;
}
</style>
border-color css
<style>
span { border-color: #39768A; }
span { border-color: rgb(57,118,138); }
td.TdClassName
{
border-color: #39768A;
}
.TagClassName
{
border-color: #39768A;
}
</style>