Shades of Calypso #396E7D
Tints of Calypso #396E7D
RGB
CMYK
RGB Variations
Color information
#396E7D (or 0x396E7D) is known color: Calypso. HEX triplet: 39, 6E and 7D. RGB value is (57,110,125). Sum of RGB (Red+Green+Blue) = 57+110+125=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 125 - color contains mainly: blue. Hex color #396E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396E7D is #C69182. Grayscale: #5F5F5F. Windows color (decimal): -13013379 or 8220217. OLE color: 8220217.
HSL color Cylindrical-coordinate representation of color #396E7D: hue angle of 193.24º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #396E7D is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 110 | 125 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.51 |
| HSL | 193.24º | 0.37% | 0.36% | - |
| HSV(B) | 193.24º | 0.54% | 0.49% | - |
| XYZ | 10.96 | 13.5 | 21.43 | - |
| YUV | 95.86 | 144.44 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 110 | 125 | 0.54 | 0.12 | 0 | 0.51 | 193.24 | 0.37 | 0.36 |
| Hex | 39 | 6E | 7D | 36 | C | 0 | 33 | C1 | 25 | 24 |
| Octal | 71 | 156 | 175 | 66 | 14 | 0 | 63 | 301 | 45 | 44 |
| Binary | 111001 | 1101110 | 1111101 | 110110 | 1100 | 0 | 110011 | 11000001 | 100101 | 100100 |
Color Harmonies of #396E7D
Complementary color
Monochromatic Colors of #396E7D
Black with #396E7D
Text Example
Text Example
White with #396E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396E7D; }
p { color: rgb(57,110,125); }
H1.HeaderClassName
{
color: #396E7D;
}
.AnyTagClassName
{
color: #396E7D;
}
</style>
background-color css
<style>
a { background-color: #396E7D; }
a { background-color: rgb(57,110,125); }
div.DivClassName
{
background-color: #396E7D;
}
.BgClassName
{
background-color: #396E7D;
}
</style>
border-color css
<style>
span { border-color: #396E7D; }
span { border-color: rgb(57,110,125); }
td.TdClassName
{
border-color: #396E7D;
}
.TagClassName
{
border-color: #396E7D;
}
</style>