Shades of Calypso #397A8A
Tints of Calypso #397A8A
RGB
CMYK
RGB Variations
Color information
#397A8A (or 0x397A8A) is known color: Calypso. HEX triplet: 39, 7A and 8A. RGB value is (57,122,138). Sum of RGB (Red+Green+Blue) = 57+122+138=317 (41% of max value = 765). Red value is 57 (22.66% from 255 or 17.98% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 138 - color contains mainly: blue. Hex color #397A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397A8A is #C68575. Grayscale: #686868. Windows color (decimal): -13010294 or 9075257. OLE color: 9075257.
HSL color Cylindrical-coordinate representation of color #397A8A: hue angle of 191.85º 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 #397A8A is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 122 | 138 | - |
| CMYK | 0.59 | 0.12 | 0 | 0.46 |
| HSL | 191.85º | 0.42% | 0.38% | - |
| HSV(B) | 191.85º | 0.59% | 0.54% | - |
| XYZ | 13.23 | 16.62 | 26.56 | - |
| YUV | 104.39 | 146.97 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 138 | 0.59 | 0.12 | 0 | 0.46 | 191.85 | 0.42 | 0.38 |
| Hex | 39 | 7A | 8A | 3B | C | 0 | 2E | C0 | 2A | 26 |
| Octal | 71 | 172 | 212 | 73 | 14 | 0 | 56 | 300 | 52 | 46 |
| Binary | 111001 | 1111010 | 10001010 | 111011 | 1100 | 0 | 101110 | 11000000 | 101010 | 100110 |
Color Harmonies of #397A8A
Complementary color
Monochromatic Colors of #397A8A
Black with #397A8A
Text Example
Text Example
White with #397A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397A8A; }
p { color: rgb(57,122,138); }
H1.HeaderClassName
{
color: #397A8A;
}
.AnyTagClassName
{
color: #397A8A;
}
</style>
background-color css
<style>
a { background-color: #397A8A; }
a { background-color: rgb(57,122,138); }
div.DivClassName
{
background-color: #397A8A;
}
.BgClassName
{
background-color: #397A8A;
}
</style>
border-color css
<style>
span { border-color: #397A8A; }
span { border-color: rgb(57,122,138); }
td.TdClassName
{
border-color: #397A8A;
}
.TagClassName
{
border-color: #397A8A;
}
</style>