Shades of Calypso #387A8A
Tints of Calypso #387A8A
RGB
CMYK
RGB Variations
Color information
#387A8A (or 0x387A8A) is known color: Calypso. HEX triplet: 38, 7A and 8A. RGB value is (56,122,138). Sum of RGB (Red+Green+Blue) = 56+122+138=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: blue. Hex color #387A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387A8A is #C78575. Grayscale: #676767. Windows color (decimal): -13075830 or 9075256. OLE color: 9075256.
HSL color Cylindrical-coordinate representation of color #387A8A: hue angle of 191.71º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #387A8A is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 122 | 138 | - |
| CMYK | 0.59 | 0.12 | 0 | 0.46 |
| HSL | 191.71º | 0.42% | 0.38% | - |
| HSV(B) | 191.71º | 0.59% | 0.54% | - |
| XYZ | 13.18 | 16.59 | 26.55 | - |
| YUV | 104.09 | 147.13 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 122 | 138 | 0.59 | 0.12 | 0 | 0.46 | 191.71 | 0.42 | 0.38 |
| Hex | 38 | 7A | 8A | 3B | C | 0 | 2E | C0 | 2A | 26 |
| Octal | 70 | 172 | 212 | 73 | 14 | 0 | 56 | 300 | 52 | 46 |
| Binary | 111000 | 1111010 | 10001010 | 111011 | 1100 | 0 | 101110 | 11000000 | 101010 | 100110 |
Color Harmonies of #387A8A
Complementary color
Monochromatic Colors of #387A8A
Black with #387A8A
Text Example
Text Example
White with #387A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387A8A; }
p { color: rgb(56,122,138); }
H1.HeaderClassName
{
color: #387A8A;
}
.AnyTagClassName
{
color: #387A8A;
}
</style>
background-color css
<style>
a { background-color: #387A8A; }
a { background-color: rgb(56,122,138); }
div.DivClassName
{
background-color: #387A8A;
}
.BgClassName
{
background-color: #387A8A;
}
</style>
border-color css
<style>
span { border-color: #387A8A; }
span { border-color: rgb(56,122,138); }
td.TdClassName
{
border-color: #387A8A;
}
.TagClassName
{
border-color: #387A8A;
}
</style>