Shades of Calypso #377887
Tints of Calypso #377887
RGB
CMYK
RGB Variations
Color information
#377887 (or 0x377887) is known color: Calypso. HEX triplet: 37, 78 and 87. RGB value is (55,120,135). Sum of RGB (Red+Green+Blue) = 55+120+135=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 135 - color contains mainly: blue. Hex color #377887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377887 is #C88778. Grayscale: #666666. Windows color (decimal): -13141881 or 8878135. OLE color: 8878135.
HSL color Cylindrical-coordinate representation of color #377887: hue angle of 191.25º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #377887 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 120 | 135 | - |
| CMYK | 0.59 | 0.11 | 0 | 0.47 |
| HSL | 191.25º | 0.42% | 0.37% | - |
| HSV(B) | 191.25º | 0.59% | 0.53% | - |
| XYZ | 12.67 | 15.99 | 25.34 | - |
| YUV | 102.28 | 146.47 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 120 | 135 | 0.59 | 0.11 | 0 | 0.47 | 191.25 | 0.42 | 0.37 |
| Hex | 37 | 78 | 87 | 3B | B | 0 | 2F | BF | 2A | 25 |
| Octal | 67 | 170 | 207 | 73 | 13 | 0 | 57 | 277 | 52 | 45 |
| Binary | 110111 | 1111000 | 10000111 | 111011 | 1011 | 0 | 101111 | 10111111 | 101010 | 100101 |
Color Harmonies of #377887
Complementary color
Monochromatic Colors of #377887
Black with #377887
Text Example
Text Example
White with #377887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377887; }
p { color: rgb(55,120,135); }
H1.HeaderClassName
{
color: #377887;
}
.AnyTagClassName
{
color: #377887;
}
</style>
background-color css
<style>
a { background-color: #377887; }
a { background-color: rgb(55,120,135); }
div.DivClassName
{
background-color: #377887;
}
.BgClassName
{
background-color: #377887;
}
</style>
border-color css
<style>
span { border-color: #377887; }
span { border-color: rgb(55,120,135); }
td.TdClassName
{
border-color: #377887;
}
.TagClassName
{
border-color: #377887;
}
</style>