Shades of Calypso #377A8A
Tints of Calypso #377A8A
RGB
CMYK
RGB Variations
Color information
#377A8A (or 0x377A8A) is known color: Calypso. HEX triplet: 37, 7A and 8A. RGB value is (55,122,138). Sum of RGB (Red+Green+Blue) = 55+122+138=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 138 - color contains mainly: blue. Hex color #377A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377A8A is #C88575. Grayscale: #676767. Windows color (decimal): -13141366 or 9075255. OLE color: 9075255.
HSL color Cylindrical-coordinate representation of color #377A8A: hue angle of 191.57º 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 #377A8A is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 55 | 122 | 138 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.46 |
| HSL | 191.57º | 0.43% | 0.38% | - |
| HSV(B) | 191.57º | 0.6% | 0.54% | - |
| XYZ | 13.12 | 16.57 | 26.55 | - |
| YUV | 103.79 | 147.3 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 138 | 0.60 | 0.12 | 0 | 0.46 | 191.57 | 0.43 | 0.38 |
| Hex | 37 | 7A | 8A | 3C | C | 0 | 2E | C0 | 2B | 26 |
| Octal | 67 | 172 | 212 | 74 | 14 | 0 | 56 | 300 | 53 | 46 |
| Binary | 110111 | 1111010 | 10001010 | 111100 | 1100 | 0 | 101110 | 11000000 | 101011 | 100110 |
Color Harmonies of #377A8A
Complementary color
Monochromatic Colors of #377A8A
Black with #377A8A
Text Example
Text Example
White with #377A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377A8A; }
p { color: rgb(55,122,138); }
H1.HeaderClassName
{
color: #377A8A;
}
.AnyTagClassName
{
color: #377A8A;
}
</style>
background-color css
<style>
a { background-color: #377A8A; }
a { background-color: rgb(55,122,138); }
div.DivClassName
{
background-color: #377A8A;
}
.BgClassName
{
background-color: #377A8A;
}
</style>
border-color css
<style>
span { border-color: #377A8A; }
span { border-color: rgb(55,122,138); }
td.TdClassName
{
border-color: #377A8A;
}
.TagClassName
{
border-color: #377A8A;
}
</style>