Shades of Calypso #3B7080
Tints of Calypso #3B7080
RGB
CMYK
RGB Variations
Color information
#3B7080 (or 0x3B7080) is known color: Calypso. HEX triplet: 3B, 70 and 80. RGB value is (59,112,128). Sum of RGB (Red+Green+Blue) = 59+112+128=299 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.73% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 128 - color contains mainly: blue. Hex color #3B7080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7080 is #C48F7F. Grayscale: #616161. Windows color (decimal): -12881792 or 8417339. OLE color: 8417339.
HSL color Cylindrical-coordinate representation of color #3B7080: hue angle of 193.91º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B7080 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 59 | 112 | 128 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.50 |
| HSL | 193.91º | 0.37% | 0.37% | - |
| HSV(B) | 193.91º | 0.54% | 0.5% | - |
| XYZ | 11.49 | 14.08 | 22.53 | - |
| YUV | 97.98 | 144.94 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 112 | 128 | 0.54 | 0.12 | 0 | 0.50 | 193.91 | 0.37 | 0.37 |
| Hex | 3B | 70 | 80 | 36 | C | 0 | 32 | C2 | 25 | 25 |
| Octal | 73 | 160 | 200 | 66 | 14 | 0 | 62 | 302 | 45 | 45 |
| Binary | 111011 | 1110000 | 10000000 | 110110 | 1100 | 0 | 110010 | 11000010 | 100101 | 100101 |
Color Harmonies of #3B7080
Complementary color
Monochromatic Colors of #3B7080
Black with #3B7080
Text Example
Text Example
White with #3B7080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7080; }
p { color: rgb(59,112,128); }
H1.HeaderClassName
{
color: #3B7080;
}
.AnyTagClassName
{
color: #3B7080;
}
</style>
background-color css
<style>
a { background-color: #3B7080; }
a { background-color: rgb(59,112,128); }
div.DivClassName
{
background-color: #3B7080;
}
.BgClassName
{
background-color: #3B7080;
}
</style>
border-color css
<style>
span { border-color: #3B7080; }
span { border-color: rgb(59,112,128); }
td.TdClassName
{
border-color: #3B7080;
}
.TagClassName
{
border-color: #3B7080;
}
</style>