Shades of Calypso #377885
Tints of Calypso #377885
RGB
CMYK
RGB Variations
Color information
#377885 (or 0x377885) is known color: Calypso. HEX triplet: 37, 78 and 85. RGB value is (55,120,133). Sum of RGB (Red+Green+Blue) = 55+120+133=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #377885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377885 is #C8877A. Grayscale: #656565. Windows color (decimal): -13141883 or 8747063. OLE color: 8747063.
HSL color Cylindrical-coordinate representation of color #377885: hue angle of 190º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #377885 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 120 | 133 | - |
| CMYK | 0.59 | 0.10 | 0 | 0.48 |
| HSL | 190º | 0.41% | 0.37% | - |
| HSV(B) | 190º | 0.59% | 0.52% | - |
| XYZ | 12.53 | 15.94 | 24.61 | - |
| YUV | 102.05 | 145.47 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 120 | 133 | 0.59 | 0.10 | 0 | 0.48 | 190 | 0.41 | 0.37 |
| Hex | 37 | 78 | 85 | 3B | A | 0 | 30 | BE | 29 | 25 |
| Octal | 67 | 170 | 205 | 73 | 12 | 0 | 60 | 276 | 51 | 45 |
| Binary | 110111 | 1111000 | 10000101 | 111011 | 1010 | 0 | 110000 | 10111110 | 101001 | 100101 |
Color Harmonies of #377885
Complementary color
Monochromatic Colors of #377885
Black with #377885
Text Example
Text Example
White with #377885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377885; }
p { color: rgb(55,120,133); }
H1.HeaderClassName
{
color: #377885;
}
.AnyTagClassName
{
color: #377885;
}
</style>
background-color css
<style>
a { background-color: #377885; }
a { background-color: rgb(55,120,133); }
div.DivClassName
{
background-color: #377885;
}
.BgClassName
{
background-color: #377885;
}
</style>
border-color css
<style>
span { border-color: #377885; }
span { border-color: rgb(55,120,133); }
td.TdClassName
{
border-color: #377885;
}
.TagClassName
{
border-color: #377885;
}
</style>