Shades of Calypso #396F7E
Tints of Calypso #396F7E
RGB
CMYK
RGB Variations
Color information
#396F7E (or 0x396F7E) is known color: Calypso. HEX triplet: 39, 6F and 7E. RGB value is (57,111,126). Sum of RGB (Red+Green+Blue) = 57+111+126=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 126 - color contains mainly: blue. Hex color #396F7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396F7E is #C69081. Grayscale: #606060. Windows color (decimal): -13013122 or 8286009. OLE color: 8286009.
HSL color Cylindrical-coordinate representation of color #396F7E: hue angle of 193.04º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #396F7E is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 111 | 126 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.51 |
| HSL | 193.04º | 0.38% | 0.36% | - |
| HSV(B) | 193.04º | 0.55% | 0.49% | - |
| XYZ | 11.14 | 13.75 | 21.8 | - |
| YUV | 96.56 | 144.61 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 111 | 126 | 0.55 | 0.12 | 0 | 0.51 | 193.04 | 0.38 | 0.36 |
| Hex | 39 | 6F | 7E | 37 | C | 0 | 33 | C1 | 26 | 24 |
| Octal | 71 | 157 | 176 | 67 | 14 | 0 | 63 | 301 | 46 | 44 |
| Binary | 111001 | 1101111 | 1111110 | 110111 | 1100 | 0 | 110011 | 11000001 | 100110 | 100100 |
Color Harmonies of #396F7E
Complementary color
Monochromatic Colors of #396F7E
Black with #396F7E
Text Example
Text Example
White with #396F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396F7E; }
p { color: rgb(57,111,126); }
H1.HeaderClassName
{
color: #396F7E;
}
.AnyTagClassName
{
color: #396F7E;
}
</style>
background-color css
<style>
a { background-color: #396F7E; }
a { background-color: rgb(57,111,126); }
div.DivClassName
{
background-color: #396F7E;
}
.BgClassName
{
background-color: #396F7E;
}
</style>
border-color css
<style>
span { border-color: #396F7E; }
span { border-color: rgb(57,111,126); }
td.TdClassName
{
border-color: #396F7E;
}
.TagClassName
{
border-color: #396F7E;
}
</style>