Shades of Calypso #377889
Tints of Calypso #377889
RGB
CMYK
RGB Variations
Color information
#377889 (or 0x377889) is known color: Calypso. HEX triplet: 37, 78 and 89. RGB value is (55,120,137). Sum of RGB (Red+Green+Blue) = 55+120+137=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 137 - color contains mainly: blue. Hex color #377889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377889 is #C88776. Grayscale: #666666. Windows color (decimal): -13141879 or 9009207. OLE color: 9009207.
HSL color Cylindrical-coordinate representation of color #377889: hue angle of 192.44º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #377889 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 55 | 120 | 137 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.46 |
| HSL | 192.44º | 0.43% | 0.38% | - |
| HSV(B) | 192.44º | 0.6% | 0.54% | - |
| XYZ | 12.81 | 16.05 | 26.09 | - |
| YUV | 102.5 | 147.47 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 120 | 137 | 0.60 | 0.12 | 0 | 0.46 | 192.44 | 0.43 | 0.38 |
| Hex | 37 | 78 | 89 | 3C | C | 0 | 2E | C0 | 2B | 26 |
| Octal | 67 | 170 | 211 | 74 | 14 | 0 | 56 | 300 | 53 | 46 |
| Binary | 110111 | 1111000 | 10001001 | 111100 | 1100 | 0 | 101110 | 11000000 | 101011 | 100110 |
Color Harmonies of #377889
Complementary color
Monochromatic Colors of #377889
Black with #377889
Text Example
Text Example
White with #377889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377889; }
p { color: rgb(55,120,137); }
H1.HeaderClassName
{
color: #377889;
}
.AnyTagClassName
{
color: #377889;
}
</style>
background-color css
<style>
a { background-color: #377889; }
a { background-color: rgb(55,120,137); }
div.DivClassName
{
background-color: #377889;
}
.BgClassName
{
background-color: #377889;
}
</style>
border-color css
<style>
span { border-color: #377889; }
span { border-color: rgb(55,120,137); }
td.TdClassName
{
border-color: #377889;
}
.TagClassName
{
border-color: #377889;
}
</style>