Shades of Calypso #377883
Tints of Calypso #377883
RGB
CMYK
RGB Variations
Color information
#377883 (or 0x377883) is known color: Calypso. HEX triplet: 37, 78 and 83. RGB value is (55,120,131). Sum of RGB (Red+Green+Blue) = 55+120+131=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 131 (51.56% from 255 or 42.81% from 306); Max value from RGB is 131 - color contains mainly: blue. Hex color #377883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377883 is #C8877C. Grayscale: #656565. Windows color (decimal): -13141885 or 8615991. OLE color: 8615991.
HSL color Cylindrical-coordinate representation of color #377883: hue angle of 188.68º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #377883 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 120 | 131 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.49 |
| HSL | 188.68º | 0.41% | 0.36% | - |
| HSV(B) | 188.68º | 0.58% | 0.51% | - |
| XYZ | 12.39 | 15.88 | 23.89 | - |
| YUV | 101.82 | 144.47 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 120 | 131 | 0.58 | 0.08 | 0 | 0.49 | 188.68 | 0.41 | 0.36 |
| Hex | 37 | 78 | 83 | 3A | 8 | 0 | 31 | BD | 29 | 24 |
| Octal | 67 | 170 | 203 | 72 | 10 | 0 | 61 | 275 | 51 | 44 |
| Binary | 110111 | 1111000 | 10000011 | 111010 | 1000 | 0 | 110001 | 10111101 | 101001 | 100100 |
Color Harmonies of #377883
Complementary color
Monochromatic Colors of #377883
Black with #377883
Text Example
Text Example
White with #377883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377883; }
p { color: rgb(55,120,131); }
H1.HeaderClassName
{
color: #377883;
}
.AnyTagClassName
{
color: #377883;
}
</style>
background-color css
<style>
a { background-color: #377883; }
a { background-color: rgb(55,120,131); }
div.DivClassName
{
background-color: #377883;
}
.BgClassName
{
background-color: #377883;
}
</style>
border-color css
<style>
span { border-color: #377883; }
span { border-color: rgb(55,120,131); }
td.TdClassName
{
border-color: #377883;
}
.TagClassName
{
border-color: #377883;
}
</style>