Shades of Calypso #387383
Tints of Calypso #387383
RGB
CMYK
RGB Variations
Color information
#387383 (or 0x387383) is known color: Calypso. HEX triplet: 38, 73 and 83. RGB value is (56,115,131). Sum of RGB (Red+Green+Blue) = 56+115+131=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 131 (51.56% from 255 or 43.38% from 302); Max value from RGB is 131 - color contains mainly: blue. Hex color #387383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387383 is #C78C7C. Grayscale: #636363. Windows color (decimal): -13077629 or 8614712. OLE color: 8614712.
HSL color Cylindrical-coordinate representation of color #387383: hue angle of 192.8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #387383 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 115 | 131 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.49 |
| HSL | 192.8º | 0.4% | 0.37% | - |
| HSV(B) | 192.8º | 0.57% | 0.51% | - |
| XYZ | 11.86 | 14.74 | 23.69 | - |
| YUV | 99.18 | 145.95 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 115 | 131 | 0.57 | 0.12 | 0 | 0.49 | 192.8 | 0.4 | 0.37 |
| Hex | 38 | 73 | 83 | 39 | C | 0 | 31 | C1 | 28 | 25 |
| Octal | 70 | 163 | 203 | 71 | 14 | 0 | 61 | 301 | 50 | 45 |
| Binary | 111000 | 1110011 | 10000011 | 111001 | 1100 | 0 | 110001 | 11000001 | 101000 | 100101 |
Color Harmonies of #387383
Complementary color
Monochromatic Colors of #387383
Black with #387383
Text Example
Text Example
White with #387383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387383; }
p { color: rgb(56,115,131); }
H1.HeaderClassName
{
color: #387383;
}
.AnyTagClassName
{
color: #387383;
}
</style>
background-color css
<style>
a { background-color: #387383; }
a { background-color: rgb(56,115,131); }
div.DivClassName
{
background-color: #387383;
}
.BgClassName
{
background-color: #387383;
}
</style>
border-color css
<style>
span { border-color: #387383; }
span { border-color: rgb(56,115,131); }
td.TdClassName
{
border-color: #387383;
}
.TagClassName
{
border-color: #387383;
}
</style>