Shades of Calypso #377685
Tints of Calypso #377685
RGB
CMYK
RGB Variations
Color information
#377685 (or 0x377685) is known color: Calypso. HEX triplet: 37, 76 and 85. RGB value is (55,118,133). Sum of RGB (Red+Green+Blue) = 55+118+133=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 133 - color contains mainly: blue. Hex color #377685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377685 is #C8897A. Grayscale: #646464. Windows color (decimal): -13142395 or 8746551. OLE color: 8746551.
HSL color Cylindrical-coordinate representation of color #377685: hue angle of 191.54º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #377685 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 118 | 133 | - |
| CMYK | 0.59 | 0.11 | 0 | 0.48 |
| HSL | 191.54º | 0.41% | 0.37% | - |
| HSV(B) | 191.54º | 0.59% | 0.52% | - |
| XYZ | 12.29 | 15.46 | 24.53 | - |
| YUV | 100.87 | 146.13 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 118 | 133 | 0.59 | 0.11 | 0 | 0.48 | 191.54 | 0.41 | 0.37 |
| Hex | 37 | 76 | 85 | 3B | B | 0 | 30 | C0 | 29 | 25 |
| Octal | 67 | 166 | 205 | 73 | 13 | 0 | 60 | 300 | 51 | 45 |
| Binary | 110111 | 1110110 | 10000101 | 111011 | 1011 | 0 | 110000 | 11000000 | 101001 | 100101 |
Color Harmonies of #377685
Complementary color
Monochromatic Colors of #377685
Black with #377685
Text Example
Text Example
White with #377685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377685; }
p { color: rgb(55,118,133); }
H1.HeaderClassName
{
color: #377685;
}
.AnyTagClassName
{
color: #377685;
}
</style>
background-color css
<style>
a { background-color: #377685; }
a { background-color: rgb(55,118,133); }
div.DivClassName
{
background-color: #377685;
}
.BgClassName
{
background-color: #377685;
}
</style>
border-color css
<style>
span { border-color: #377685; }
span { border-color: rgb(55,118,133); }
td.TdClassName
{
border-color: #377685;
}
.TagClassName
{
border-color: #377685;
}
</style>