Shades of Calypso #39758B
Tints of Calypso #39758B
RGB
CMYK
RGB Variations
Color information
#39758B (or 0x39758B) is known color: Calypso. HEX triplet: 39, 75 and 8B. RGB value is (57,117,139). Sum of RGB (Red+Green+Blue) = 57+117+139=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #39758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39758B is #C68A74. Grayscale: #656565. Windows color (decimal): -13011573 or 9139513. OLE color: 9139513.
HSL color Cylindrical-coordinate representation of color #39758B: hue angle of 196.1º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39758B is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 117 | 139 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.45 |
| HSL | 196.1º | 0.42% | 0.38% | - |
| HSV(B) | 196.1º | 0.59% | 0.55% | - |
| XYZ | 12.71 | 15.46 | 26.74 | - |
| YUV | 101.57 | 149.12 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 117 | 139 | 0.59 | 0.16 | 0 | 0.45 | 196.1 | 0.42 | 0.38 |
| Hex | 39 | 75 | 8B | 3B | 10 | 0 | 2D | C4 | 2A | 26 |
| Octal | 71 | 165 | 213 | 73 | 20 | 0 | 55 | 304 | 52 | 46 |
| Binary | 111001 | 1110101 | 10001011 | 111011 | 10000 | 0 | 101101 | 11000100 | 101010 | 100110 |
Color Harmonies of #39758B
Complementary color
Monochromatic Colors of #39758B
Black with #39758B
Text Example
Text Example
White with #39758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39758B; }
p { color: rgb(57,117,139); }
H1.HeaderClassName
{
color: #39758B;
}
.AnyTagClassName
{
color: #39758B;
}
</style>
background-color css
<style>
a { background-color: #39758B; }
a { background-color: rgb(57,117,139); }
div.DivClassName
{
background-color: #39758B;
}
.BgClassName
{
background-color: #39758B;
}
</style>
border-color css
<style>
span { border-color: #39758B; }
span { border-color: rgb(57,117,139); }
td.TdClassName
{
border-color: #39758B;
}
.TagClassName
{
border-color: #39758B;
}
</style>