Shades of Calypso #37778A
Tints of Calypso #37778A
RGB
CMYK
RGB Variations
Color information
#37778A (or 0x37778A) is known color: Calypso. HEX triplet: 37, 77 and 8A. RGB value is (55,119,138). Sum of RGB (Red+Green+Blue) = 55+119+138=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 138 - color contains mainly: blue. Hex color #37778A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37778A is #C88875. Grayscale: #656565. Windows color (decimal): -13142134 or 9074487. OLE color: 9074487.
HSL color Cylindrical-coordinate representation of color #37778A: hue angle of 193.73º 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 #37778A is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 55 | 119 | 138 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.46 |
| HSL | 193.73º | 0.43% | 0.38% | - |
| HSV(B) | 193.73º | 0.6% | 0.54% | - |
| XYZ | 12.76 | 15.84 | 26.43 | - |
| YUV | 102.03 | 148.3 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 119 | 138 | 0.60 | 0.14 | 0 | 0.46 | 193.73 | 0.43 | 0.38 |
| Hex | 37 | 77 | 8A | 3C | E | 0 | 2E | C2 | 2B | 26 |
| Octal | 67 | 167 | 212 | 74 | 16 | 0 | 56 | 302 | 53 | 46 |
| Binary | 110111 | 1110111 | 10001010 | 111100 | 1110 | 0 | 101110 | 11000010 | 101011 | 100110 |
Color Harmonies of #37778A
Complementary color
Monochromatic Colors of #37778A
Black with #37778A
Text Example
Text Example
White with #37778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37778A; }
p { color: rgb(55,119,138); }
H1.HeaderClassName
{
color: #37778A;
}
.AnyTagClassName
{
color: #37778A;
}
</style>
background-color css
<style>
a { background-color: #37778A; }
a { background-color: rgb(55,119,138); }
div.DivClassName
{
background-color: #37778A;
}
.BgClassName
{
background-color: #37778A;
}
</style>
border-color css
<style>
span { border-color: #37778A; }
span { border-color: rgb(55,119,138); }
td.TdClassName
{
border-color: #37778A;
}
.TagClassName
{
border-color: #37778A;
}
</style>