Shades of Calypso #386F7D
Tints of Calypso #386F7D
RGB
CMYK
RGB Variations
Color information
#386F7D (or 0x386F7D) is known color: Calypso. HEX triplet: 38, 6F and 7D. RGB value is (56,111,125). Sum of RGB (Red+Green+Blue) = 56+111+125=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 125 - color contains mainly: blue. Hex color #386F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386F7D is #C79082. Grayscale: #606060. Windows color (decimal): -13078659 or 8220472. OLE color: 8220472.
HSL color Cylindrical-coordinate representation of color #386F7D: hue angle of 192.17º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #386F7D is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 111 | 125 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.51 |
| HSL | 192.17º | 0.38% | 0.35% | - |
| HSV(B) | 192.17º | 0.55% | 0.49% | - |
| XYZ | 11.02 | 13.69 | 21.46 | - |
| YUV | 96.15 | 144.28 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 125 | 0.55 | 0.11 | 0 | 0.51 | 192.17 | 0.38 | 0.35 |
| Hex | 38 | 6F | 7D | 37 | B | 0 | 33 | C0 | 26 | 23 |
| Octal | 70 | 157 | 175 | 67 | 13 | 0 | 63 | 300 | 46 | 43 |
| Binary | 111000 | 1101111 | 1111101 | 110111 | 1011 | 0 | 110011 | 11000000 | 100110 | 100011 |
Color Harmonies of #386F7D
Complementary color
Monochromatic Colors of #386F7D
Black with #386F7D
Text Example
Text Example
White with #386F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386F7D; }
p { color: rgb(56,111,125); }
H1.HeaderClassName
{
color: #386F7D;
}
.AnyTagClassName
{
color: #386F7D;
}
</style>
background-color css
<style>
a { background-color: #386F7D; }
a { background-color: rgb(56,111,125); }
div.DivClassName
{
background-color: #386F7D;
}
.BgClassName
{
background-color: #386F7D;
}
</style>
border-color css
<style>
span { border-color: #386F7D; }
span { border-color: rgb(56,111,125); }
td.TdClassName
{
border-color: #386F7D;
}
.TagClassName
{
border-color: #386F7D;
}
</style>