Shades of Calypso #3B728B
Tints of Calypso #3B728B
RGB
CMYK
RGB Variations
Color information
#3B728B (or 0x3B728B) is known color: Calypso. HEX triplet: 3B, 72 and 8B. RGB value is (59,114,139). Sum of RGB (Red+Green+Blue) = 59+114+139=312 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.91% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B728B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B728B is #C48D74. Grayscale: #646464. Windows color (decimal): -12881269 or 9138747. OLE color: 9138747.
HSL color Cylindrical-coordinate representation of color #3B728B: hue angle of 198.75º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B728B is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 59 | 114 | 139 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.45 |
| HSL | 198.75º | 0.4% | 0.39% | - |
| HSV(B) | 198.75º | 0.58% | 0.55% | - |
| XYZ | 12.48 | 14.83 | 26.63 | - |
| YUV | 100.41 | 149.78 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 114 | 139 | 0.58 | 0.18 | 0 | 0.45 | 198.75 | 0.4 | 0.39 |
| Hex | 3B | 72 | 8B | 3A | 12 | 0 | 2D | C7 | 28 | 27 |
| Octal | 73 | 162 | 213 | 72 | 22 | 0 | 55 | 307 | 50 | 47 |
| Binary | 111011 | 1110010 | 10001011 | 111010 | 10010 | 0 | 101101 | 11000111 | 101000 | 100111 |
Color Harmonies of #3B728B
Complementary color
Monochromatic Colors of #3B728B
Black with #3B728B
Text Example
Text Example
White with #3B728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B728B; }
p { color: rgb(59,114,139); }
H1.HeaderClassName
{
color: #3B728B;
}
.AnyTagClassName
{
color: #3B728B;
}
</style>
background-color css
<style>
a { background-color: #3B728B; }
a { background-color: rgb(59,114,139); }
div.DivClassName
{
background-color: #3B728B;
}
.BgClassName
{
background-color: #3B728B;
}
</style>
border-color css
<style>
span { border-color: #3B728B; }
span { border-color: rgb(59,114,139); }
td.TdClassName
{
border-color: #3B728B;
}
.TagClassName
{
border-color: #3B728B;
}
</style>