Shades of Calypso #38737F
Tints of Calypso #38737F
RGB
CMYK
RGB Variations
Color information
#38737F (or 0x38737F) is known color: Calypso. HEX triplet: 38, 73 and 7F. RGB value is (56,115,127). Sum of RGB (Red+Green+Blue) = 56+115+127=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 127 - color contains mainly: blue. Hex color #38737F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38737F is #C78C80. Grayscale: #626262. Windows color (decimal): -13077633 or 8352568. OLE color: 8352568.
HSL color Cylindrical-coordinate representation of color #38737F: hue angle of 190.14º 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 #38737F is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 115 | 127 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.50 |
| HSL | 190.14º | 0.39% | 0.36% | - |
| HSV(B) | 190.14º | 0.56% | 0.5% | - |
| XYZ | 11.59 | 14.63 | 22.29 | - |
| YUV | 98.73 | 143.95 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 115 | 127 | 0.56 | 0.09 | 0 | 0.50 | 190.14 | 0.39 | 0.36 |
| Hex | 38 | 73 | 7F | 38 | 9 | 0 | 32 | BE | 27 | 24 |
| Octal | 70 | 163 | 177 | 70 | 11 | 0 | 62 | 276 | 47 | 44 |
| Binary | 111000 | 1110011 | 1111111 | 111000 | 1001 | 0 | 110010 | 10111110 | 100111 | 100100 |
Color Harmonies of #38737F
Complementary color
Monochromatic Colors of #38737F
Black with #38737F
Text Example
Text Example
White with #38737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38737F; }
p { color: rgb(56,115,127); }
H1.HeaderClassName
{
color: #38737F;
}
.AnyTagClassName
{
color: #38737F;
}
</style>
background-color css
<style>
a { background-color: #38737F; }
a { background-color: rgb(56,115,127); }
div.DivClassName
{
background-color: #38737F;
}
.BgClassName
{
background-color: #38737F;
}
</style>
border-color css
<style>
span { border-color: #38737F; }
span { border-color: rgb(56,115,127); }
td.TdClassName
{
border-color: #38737F;
}
.TagClassName
{
border-color: #38737F;
}
</style>