Shades of Calypso #386F7F
Tints of Calypso #386F7F
RGB
CMYK
RGB Variations
Color information
#386F7F (or 0x386F7F) is known color: Calypso. HEX triplet: 38, 6F and 7F. RGB value is (56,111,127). Sum of RGB (Red+Green+Blue) = 56+111+127=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 127 - color contains mainly: blue. Hex color #386F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386F7F is #C79080. Grayscale: #606060. Windows color (decimal): -13078657 or 8351544. OLE color: 8351544.
HSL color Cylindrical-coordinate representation of color #386F7F: hue angle of 193.52º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #386F7F is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 111 | 127 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.50 |
| HSL | 193.52º | 0.39% | 0.36% | - |
| HSV(B) | 193.52º | 0.56% | 0.5% | - |
| XYZ | 11.15 | 13.74 | 22.14 | - |
| YUV | 96.38 | 145.28 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 127 | 0.56 | 0.13 | 0 | 0.50 | 193.52 | 0.39 | 0.36 |
| Hex | 38 | 6F | 7F | 38 | D | 0 | 32 | C2 | 27 | 24 |
| Octal | 70 | 157 | 177 | 70 | 15 | 0 | 62 | 302 | 47 | 44 |
| Binary | 111000 | 1101111 | 1111111 | 111000 | 1101 | 0 | 110010 | 11000010 | 100111 | 100100 |
Color Harmonies of #386F7F
Complementary color
Monochromatic Colors of #386F7F
Black with #386F7F
Text Example
Text Example
White with #386F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386F7F; }
p { color: rgb(56,111,127); }
H1.HeaderClassName
{
color: #386F7F;
}
.AnyTagClassName
{
color: #386F7F;
}
</style>
background-color css
<style>
a { background-color: #386F7F; }
a { background-color: rgb(56,111,127); }
div.DivClassName
{
background-color: #386F7F;
}
.BgClassName
{
background-color: #386F7F;
}
</style>
border-color css
<style>
span { border-color: #386F7F; }
span { border-color: rgb(56,111,127); }
td.TdClassName
{
border-color: #386F7F;
}
.TagClassName
{
border-color: #386F7F;
}
</style>