Shades of Calypso #396C7E
Tints of Calypso #396C7E
RGB
CMYK
RGB Variations
Color information
#396C7E (or 0x396C7E) is known color: Calypso. HEX triplet: 39, 6C and 7E. RGB value is (57,108,126). Sum of RGB (Red+Green+Blue) = 57+108+126=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 126 (49.61% from 255 or 43.30% from 291); Max value from RGB is 126 - color contains mainly: blue. Hex color #396C7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396C7E is #C69381. Grayscale: #5E5E5E. Windows color (decimal): -13013890 or 8285241. OLE color: 8285241.
HSL color Cylindrical-coordinate representation of color #396C7E: hue angle of 195.65º 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 #396C7E is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 108 | 126 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.51 |
| HSL | 195.65º | 0.38% | 0.36% | - |
| HSV(B) | 195.65º | 0.55% | 0.49% | - |
| XYZ | 10.82 | 13.1 | 21.7 | - |
| YUV | 94.8 | 145.6 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 108 | 126 | 0.55 | 0.14 | 0 | 0.51 | 195.65 | 0.38 | 0.36 |
| Hex | 39 | 6C | 7E | 37 | E | 0 | 33 | C4 | 26 | 24 |
| Octal | 71 | 154 | 176 | 67 | 16 | 0 | 63 | 304 | 46 | 44 |
| Binary | 111001 | 1101100 | 1111110 | 110111 | 1110 | 0 | 110011 | 11000100 | 100110 | 100100 |
Color Harmonies of #396C7E
Complementary color
Monochromatic Colors of #396C7E
Black with #396C7E
Text Example
Text Example
White with #396C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396C7E; }
p { color: rgb(57,108,126); }
H1.HeaderClassName
{
color: #396C7E;
}
.AnyTagClassName
{
color: #396C7E;
}
</style>
background-color css
<style>
a { background-color: #396C7E; }
a { background-color: rgb(57,108,126); }
div.DivClassName
{
background-color: #396C7E;
}
.BgClassName
{
background-color: #396C7E;
}
</style>
border-color css
<style>
span { border-color: #396C7E; }
span { border-color: rgb(57,108,126); }
td.TdClassName
{
border-color: #396C7E;
}
.TagClassName
{
border-color: #396C7E;
}
</style>