Shades of Calypso #387A88
Tints of Calypso #387A88
RGB
CMYK
RGB Variations
Color information
#387A88 (or 0x387A88) is known color: Calypso. HEX triplet: 38, 7A and 88. RGB value is (56,122,136). Sum of RGB (Red+Green+Blue) = 56+122+136=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 136 - color contains mainly: blue. Hex color #387A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387A88 is #C78577. Grayscale: #676767. Windows color (decimal): -13075832 or 8944184. OLE color: 8944184.
HSL color Cylindrical-coordinate representation of color #387A88: hue angle of 190.5º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #387A88 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 122 | 136 | - |
| CMYK | 0.59 | 0.10 | 0 | 0.47 |
| HSL | 190.5º | 0.42% | 0.38% | - |
| HSV(B) | 190.5º | 0.59% | 0.53% | - |
| XYZ | 13.03 | 16.54 | 25.8 | - |
| YUV | 103.86 | 146.13 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 122 | 136 | 0.59 | 0.10 | 0 | 0.47 | 190.5 | 0.42 | 0.38 |
| Hex | 38 | 7A | 88 | 3B | A | 0 | 2F | BE | 2A | 26 |
| Octal | 70 | 172 | 210 | 73 | 12 | 0 | 57 | 276 | 52 | 46 |
| Binary | 111000 | 1111010 | 10001000 | 111011 | 1010 | 0 | 101111 | 10111110 | 101010 | 100110 |
Color Harmonies of #387A88
Complementary color
Monochromatic Colors of #387A88
Black with #387A88
Text Example
Text Example
White with #387A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387A88; }
p { color: rgb(56,122,136); }
H1.HeaderClassName
{
color: #387A88;
}
.AnyTagClassName
{
color: #387A88;
}
</style>
background-color css
<style>
a { background-color: #387A88; }
a { background-color: rgb(56,122,136); }
div.DivClassName
{
background-color: #387A88;
}
.BgClassName
{
background-color: #387A88;
}
</style>
border-color css
<style>
span { border-color: #387A88; }
span { border-color: rgb(56,122,136); }
td.TdClassName
{
border-color: #387A88;
}
.TagClassName
{
border-color: #387A88;
}
</style>