Shades of Calypso #387A87
Tints of Calypso #387A87
RGB
CMYK
RGB Variations
Color information
#387A87 (or 0x387A87) is known color: Calypso. HEX triplet: 38, 7A and 87. RGB value is (56,122,135). Sum of RGB (Red+Green+Blue) = 56+122+135=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 135 (53.12% from 255 or 43.13% from 313); Max value from RGB is 135 - color contains mainly: blue. Hex color #387A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387A87 is #C78578. Grayscale: #676767. Windows color (decimal): -13075833 or 8878648. OLE color: 8878648.
HSL color Cylindrical-coordinate representation of color #387A87: hue angle of 189.87º degrees, saturation: 0.41, 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 #387A87 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 122 | 135 | - |
| CMYK | 0.59 | 0.10 | 0 | 0.47 |
| HSL | 189.87º | 0.41% | 0.37% | - |
| HSV(B) | 189.87º | 0.59% | 0.53% | - |
| XYZ | 12.96 | 16.51 | 25.42 | - |
| YUV | 103.75 | 145.63 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 122 | 135 | 0.59 | 0.10 | 0 | 0.47 | 189.87 | 0.41 | 0.37 |
| Hex | 38 | 7A | 87 | 3B | A | 0 | 2F | BE | 29 | 25 |
| Octal | 70 | 172 | 207 | 73 | 12 | 0 | 57 | 276 | 51 | 45 |
| Binary | 111000 | 1111010 | 10000111 | 111011 | 1010 | 0 | 101111 | 10111110 | 101001 | 100101 |
Color Harmonies of #387A87
Complementary color
Monochromatic Colors of #387A87
Black with #387A87
Text Example
Text Example
White with #387A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387A87; }
p { color: rgb(56,122,135); }
H1.HeaderClassName
{
color: #387A87;
}
.AnyTagClassName
{
color: #387A87;
}
</style>
background-color css
<style>
a { background-color: #387A87; }
a { background-color: rgb(56,122,135); }
div.DivClassName
{
background-color: #387A87;
}
.BgClassName
{
background-color: #387A87;
}
</style>
border-color css
<style>
span { border-color: #387A87; }
span { border-color: rgb(56,122,135); }
td.TdClassName
{
border-color: #387A87;
}
.TagClassName
{
border-color: #387A87;
}
</style>