Shades of Calypso #3B7888
Tints of Calypso #3B7888
RGB
CMYK
RGB Variations
Color information
#3B7888 (or 0x3B7888) is known color: Calypso. HEX triplet: 3B, 78 and 88. RGB value is (59,120,136). Sum of RGB (Red+Green+Blue) = 59+120+136=315 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.73% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #3B7888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7888 is #C48777. Grayscale: #676767. Windows color (decimal): -12879736 or 8943675. OLE color: 8943675.
HSL color Cylindrical-coordinate representation of color #3B7888: hue angle of 192.47º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B7888 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 59 | 120 | 136 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.47 |
| HSL | 192.47º | 0.39% | 0.38% | - |
| HSV(B) | 192.47º | 0.57% | 0.53% | - |
| XYZ | 12.96 | 16.14 | 25.72 | - |
| YUV | 103.59 | 146.29 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 120 | 136 | 0.57 | 0.12 | 0 | 0.47 | 192.47 | 0.39 | 0.38 |
| Hex | 3B | 78 | 88 | 39 | C | 0 | 2F | C0 | 27 | 26 |
| Octal | 73 | 170 | 210 | 71 | 14 | 0 | 57 | 300 | 47 | 46 |
| Binary | 111011 | 1111000 | 10001000 | 111001 | 1100 | 0 | 101111 | 11000000 | 100111 | 100110 |
Color Harmonies of #3B7888
Complementary color
Monochromatic Colors of #3B7888
Black with #3B7888
Text Example
Text Example
White with #3B7888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7888; }
p { color: rgb(59,120,136); }
H1.HeaderClassName
{
color: #3B7888;
}
.AnyTagClassName
{
color: #3B7888;
}
</style>
background-color css
<style>
a { background-color: #3B7888; }
a { background-color: rgb(59,120,136); }
div.DivClassName
{
background-color: #3B7888;
}
.BgClassName
{
background-color: #3B7888;
}
</style>
border-color css
<style>
span { border-color: #3B7888; }
span { border-color: rgb(59,120,136); }
td.TdClassName
{
border-color: #3B7888;
}
.TagClassName
{
border-color: #3B7888;
}
</style>