Shades of Calypso #396F7C
Tints of Calypso #396F7C
RGB
CMYK
RGB Variations
Color information
#396F7C (or 0x396F7C) is known color: Calypso. HEX triplet: 39, 6F and 7C. RGB value is (57,111,124). Sum of RGB (Red+Green+Blue) = 57+111+124=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 124 - color contains mainly: blue. Hex color #396F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396F7C is #C69083. Grayscale: #606060. Windows color (decimal): -13013124 or 8154937. OLE color: 8154937.
HSL color Cylindrical-coordinate representation of color #396F7C: hue angle of 191.64º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #396F7C is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 111 | 124 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.51 |
| HSL | 191.64º | 0.37% | 0.35% | - |
| HSV(B) | 191.64º | 0.54% | 0.49% | - |
| XYZ | 11.01 | 13.69 | 21.13 | - |
| YUV | 96.34 | 143.61 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 111 | 124 | 0.54 | 0.10 | 0 | 0.51 | 191.64 | 0.37 | 0.35 |
| Hex | 39 | 6F | 7C | 36 | A | 0 | 33 | C0 | 25 | 23 |
| Octal | 71 | 157 | 174 | 66 | 12 | 0 | 63 | 300 | 45 | 43 |
| Binary | 111001 | 1101111 | 1111100 | 110110 | 1010 | 0 | 110011 | 11000000 | 100101 | 100011 |
Color Harmonies of #396F7C
Complementary color
Monochromatic Colors of #396F7C
Black with #396F7C
Text Example
Text Example
White with #396F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396F7C; }
p { color: rgb(57,111,124); }
H1.HeaderClassName
{
color: #396F7C;
}
.AnyTagClassName
{
color: #396F7C;
}
</style>
background-color css
<style>
a { background-color: #396F7C; }
a { background-color: rgb(57,111,124); }
div.DivClassName
{
background-color: #396F7C;
}
.BgClassName
{
background-color: #396F7C;
}
</style>
border-color css
<style>
span { border-color: #396F7C; }
span { border-color: rgb(57,111,124); }
td.TdClassName
{
border-color: #396F7C;
}
.TagClassName
{
border-color: #396F7C;
}
</style>