Shades of Calypso #39758A
Tints of Calypso #39758A
RGB
CMYK
RGB Variations
Color information
#39758A (or 0x39758A) is known color: Calypso. HEX triplet: 39, 75 and 8A. RGB value is (57,117,138). Sum of RGB (Red+Green+Blue) = 57+117+138=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 138 - color contains mainly: blue. Hex color #39758A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39758A is #C68A75. Grayscale: #656565. Windows color (decimal): -13011574 or 9073977. OLE color: 9073977.
HSL color Cylindrical-coordinate representation of color #39758A: hue angle of 195.56º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39758A is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 117 | 138 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.46 |
| HSL | 195.56º | 0.42% | 0.38% | - |
| HSV(B) | 195.56º | 0.59% | 0.54% | - |
| XYZ | 12.64 | 15.43 | 26.36 | - |
| YUV | 101.45 | 148.62 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 117 | 138 | 0.59 | 0.15 | 0 | 0.46 | 195.56 | 0.42 | 0.38 |
| Hex | 39 | 75 | 8A | 3B | F | 0 | 2E | C4 | 2A | 26 |
| Octal | 71 | 165 | 212 | 73 | 17 | 0 | 56 | 304 | 52 | 46 |
| Binary | 111001 | 1110101 | 10001010 | 111011 | 1111 | 0 | 101110 | 11000100 | 101010 | 100110 |
Color Harmonies of #39758A
Complementary color
Monochromatic Colors of #39758A
Black with #39758A
Text Example
Text Example
White with #39758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39758A; }
p { color: rgb(57,117,138); }
H1.HeaderClassName
{
color: #39758A;
}
.AnyTagClassName
{
color: #39758A;
}
</style>
background-color css
<style>
a { background-color: #39758A; }
a { background-color: rgb(57,117,138); }
div.DivClassName
{
background-color: #39758A;
}
.BgClassName
{
background-color: #39758A;
}
</style>
border-color css
<style>
span { border-color: #39758A; }
span { border-color: rgb(57,117,138); }
td.TdClassName
{
border-color: #39758A;
}
.TagClassName
{
border-color: #39758A;
}
</style>