Shades of Calypso #397888
Tints of Calypso #397888
RGB
CMYK
RGB Variations
Color information
#397888 (or 0x397888) is known color: Calypso. HEX triplet: 39, 78 and 88. RGB value is (57,120,136). Sum of RGB (Red+Green+Blue) = 57+120+136=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 136 - color contains mainly: blue. Hex color #397888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397888 is #C68777. Grayscale: #666666. Windows color (decimal): -13010808 or 8943673. OLE color: 8943673.
HSL color Cylindrical-coordinate representation of color #397888: hue angle of 192.15º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #397888 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 57 | 120 | 136 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.47 |
| HSL | 192.15º | 0.41% | 0.38% | - |
| HSV(B) | 192.15º | 0.58% | 0.53% | - |
| XYZ | 12.85 | 16.08 | 25.72 | - |
| YUV | 102.99 | 146.63 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 120 | 136 | 0.58 | 0.12 | 0 | 0.47 | 192.15 | 0.41 | 0.38 |
| Hex | 39 | 78 | 88 | 3A | C | 0 | 2F | C0 | 29 | 26 |
| Octal | 71 | 170 | 210 | 72 | 14 | 0 | 57 | 300 | 51 | 46 |
| Binary | 111001 | 1111000 | 10001000 | 111010 | 1100 | 0 | 101111 | 11000000 | 101001 | 100110 |
Color Harmonies of #397888
Complementary color
Monochromatic Colors of #397888
Black with #397888
Text Example
Text Example
White with #397888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397888; }
p { color: rgb(57,120,136); }
H1.HeaderClassName
{
color: #397888;
}
.AnyTagClassName
{
color: #397888;
}
</style>
background-color css
<style>
a { background-color: #397888; }
a { background-color: rgb(57,120,136); }
div.DivClassName
{
background-color: #397888;
}
.BgClassName
{
background-color: #397888;
}
</style>
border-color css
<style>
span { border-color: #397888; }
span { border-color: rgb(57,120,136); }
td.TdClassName
{
border-color: #397888;
}
.TagClassName
{
border-color: #397888;
}
</style>