Shades of Calypso #38707F
Tints of Calypso #38707F
RGB
CMYK
RGB Variations
Color information
#38707F (or 0x38707F) is known color: Calypso. HEX triplet: 38, 70 and 7F. RGB value is (56,112,127). Sum of RGB (Red+Green+Blue) = 56+112+127=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 127 - color contains mainly: blue. Hex color #38707F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38707F is #C78F80. Grayscale: #606060. Windows color (decimal): -13078401 or 8351800. OLE color: 8351800.
HSL color Cylindrical-coordinate representation of color #38707F: hue angle of 192.68º 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 #38707F is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 112 | 127 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.50 |
| HSL | 192.68º | 0.39% | 0.36% | - |
| HSV(B) | 192.68º | 0.56% | 0.5% | - |
| XYZ | 11.26 | 13.96 | 22.18 | - |
| YUV | 96.97 | 144.95 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 112 | 127 | 0.56 | 0.12 | 0 | 0.50 | 192.68 | 0.39 | 0.36 |
| Hex | 38 | 70 | 7F | 38 | C | 0 | 32 | C1 | 27 | 24 |
| Octal | 70 | 160 | 177 | 70 | 14 | 0 | 62 | 301 | 47 | 44 |
| Binary | 111000 | 1110000 | 1111111 | 111000 | 1100 | 0 | 110010 | 11000001 | 100111 | 100100 |
Color Harmonies of #38707F
Complementary color
Monochromatic Colors of #38707F
Black with #38707F
Text Example
Text Example
White with #38707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38707F; }
p { color: rgb(56,112,127); }
H1.HeaderClassName
{
color: #38707F;
}
.AnyTagClassName
{
color: #38707F;
}
</style>
background-color css
<style>
a { background-color: #38707F; }
a { background-color: rgb(56,112,127); }
div.DivClassName
{
background-color: #38707F;
}
.BgClassName
{
background-color: #38707F;
}
</style>
border-color css
<style>
span { border-color: #38707F; }
span { border-color: rgb(56,112,127); }
td.TdClassName
{
border-color: #38707F;
}
.TagClassName
{
border-color: #38707F;
}
</style>