Shades of Calypso #3B7288
Tints of Calypso #3B7288
RGB
CMYK
RGB Variations
Color information
#3B7288 (or 0x3B7288) is known color: Calypso. HEX triplet: 3B, 72 and 88. RGB value is (59,114,136). Sum of RGB (Red+Green+Blue) = 59+114+136=309 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.09% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #3B7288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7288 is #C48D77. Grayscale: #636363. Windows color (decimal): -12881272 or 8942139. OLE color: 8942139.
HSL color Cylindrical-coordinate representation of color #3B7288: hue angle of 197.14º 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 #3B7288 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 59 | 114 | 136 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.47 |
| HSL | 197.14º | 0.39% | 0.38% | - |
| HSV(B) | 197.14º | 0.57% | 0.53% | - |
| XYZ | 12.26 | 14.74 | 25.49 | - |
| YUV | 100.06 | 148.28 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 114 | 136 | 0.57 | 0.16 | 0 | 0.47 | 197.14 | 0.39 | 0.38 |
| Hex | 3B | 72 | 88 | 39 | 10 | 0 | 2F | C5 | 27 | 26 |
| Octal | 73 | 162 | 210 | 71 | 20 | 0 | 57 | 305 | 47 | 46 |
| Binary | 111011 | 1110010 | 10001000 | 111001 | 10000 | 0 | 101111 | 11000101 | 100111 | 100110 |
Color Harmonies of #3B7288
Complementary color
Monochromatic Colors of #3B7288
Black with #3B7288
Text Example
Text Example
White with #3B7288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7288; }
p { color: rgb(59,114,136); }
H1.HeaderClassName
{
color: #3B7288;
}
.AnyTagClassName
{
color: #3B7288;
}
</style>
background-color css
<style>
a { background-color: #3B7288; }
a { background-color: rgb(59,114,136); }
div.DivClassName
{
background-color: #3B7288;
}
.BgClassName
{
background-color: #3B7288;
}
</style>
border-color css
<style>
span { border-color: #3B7288; }
span { border-color: rgb(59,114,136); }
td.TdClassName
{
border-color: #3B7288;
}
.TagClassName
{
border-color: #3B7288;
}
</style>