Shades of Calypso #39737F
Tints of Calypso #39737F
RGB
CMYK
RGB Variations
Color information
#39737F (or 0x39737F) is known color: Calypso. HEX triplet: 39, 73 and 7F. RGB value is (57,115,127). Sum of RGB (Red+Green+Blue) = 57+115+127=299 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.06% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 127 - color contains mainly: blue. Hex color #39737F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39737F is #C68C80. Grayscale: #626262. Windows color (decimal): -13012097 or 8352569. OLE color: 8352569.
HSL color Cylindrical-coordinate representation of color #39737F: hue angle of 190.29º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #39737F is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 57 | 115 | 127 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.50 |
| HSL | 190.29º | 0.38% | 0.36% | - |
| HSV(B) | 190.29º | 0.55% | 0.5% | - |
| XYZ | 11.65 | 14.66 | 22.3 | - |
| YUV | 99.03 | 143.78 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 115 | 127 | 0.55 | 0.09 | 0 | 0.50 | 190.29 | 0.38 | 0.36 |
| Hex | 39 | 73 | 7F | 37 | 9 | 0 | 32 | BE | 26 | 24 |
| Octal | 71 | 163 | 177 | 67 | 11 | 0 | 62 | 276 | 46 | 44 |
| Binary | 111001 | 1110011 | 1111111 | 110111 | 1001 | 0 | 110010 | 10111110 | 100110 | 100100 |
Color Harmonies of #39737F
Complementary color
Monochromatic Colors of #39737F
Black with #39737F
Text Example
Text Example
White with #39737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39737F; }
p { color: rgb(57,115,127); }
H1.HeaderClassName
{
color: #39737F;
}
.AnyTagClassName
{
color: #39737F;
}
</style>
background-color css
<style>
a { background-color: #39737F; }
a { background-color: rgb(57,115,127); }
div.DivClassName
{
background-color: #39737F;
}
.BgClassName
{
background-color: #39737F;
}
</style>
border-color css
<style>
span { border-color: #39737F; }
span { border-color: rgb(57,115,127); }
td.TdClassName
{
border-color: #39737F;
}
.TagClassName
{
border-color: #39737F;
}
</style>