Shades of Calypso #397389
Tints of Calypso #397389
RGB
CMYK
RGB Variations
Color information
#397389 (or 0x397389) is known color: Calypso. HEX triplet: 39, 73 and 89. RGB value is (57,115,137). Sum of RGB (Red+Green+Blue) = 57+115+137=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #397389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397389 is #C68C76. Grayscale: #646464. Windows color (decimal): -13012087 or 9007929. OLE color: 9007929.
HSL color Cylindrical-coordinate representation of color #397389: hue angle of 196.5º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #397389 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 115 | 137 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.46 |
| HSL | 196.5º | 0.41% | 0.38% | - |
| HSV(B) | 196.5º | 0.58% | 0.54% | - |
| XYZ | 12.33 | 14.94 | 25.9 | - |
| YUV | 100.17 | 148.78 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 115 | 137 | 0.58 | 0.16 | 0 | 0.46 | 196.5 | 0.41 | 0.38 |
| Hex | 39 | 73 | 89 | 3A | 10 | 0 | 2E | C4 | 29 | 26 |
| Octal | 71 | 163 | 211 | 72 | 20 | 0 | 56 | 304 | 51 | 46 |
| Binary | 111001 | 1110011 | 10001001 | 111010 | 10000 | 0 | 101110 | 11000100 | 101001 | 100110 |
Color Harmonies of #397389
Complementary color
Monochromatic Colors of #397389
Black with #397389
Text Example
Text Example
White with #397389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397389; }
p { color: rgb(57,115,137); }
H1.HeaderClassName
{
color: #397389;
}
.AnyTagClassName
{
color: #397389;
}
</style>
background-color css
<style>
a { background-color: #397389; }
a { background-color: rgb(57,115,137); }
div.DivClassName
{
background-color: #397389;
}
.BgClassName
{
background-color: #397389;
}
</style>
border-color css
<style>
span { border-color: #397389; }
span { border-color: rgb(57,115,137); }
td.TdClassName
{
border-color: #397389;
}
.TagClassName
{
border-color: #397389;
}
</style>