Shades of Calypso #3F7288
Tints of Calypso #3F7288
RGB
CMYK
RGB Variations
Color information
#3F7288 (or 0x3F7288) is known color: Calypso. HEX triplet: 3F, 72 and 88. RGB value is (63,114,136). Sum of RGB (Red+Green+Blue) = 63+114+136=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 136 - color contains mainly: blue. Hex color #3F7288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7288 is #C08D77. Grayscale: #656565. Windows color (decimal): -12619128 or 8942143. OLE color: 8942143.
HSL color Cylindrical-coordinate representation of color #3F7288: hue angle of 198.08º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F7288 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 114 | 136 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.47 |
| HSL | 198.08º | 0.37% | 0.39% | - |
| HSV(B) | 198.08º | 0.54% | 0.53% | - |
| XYZ | 12.51 | 14.87 | 25.5 | - |
| YUV | 101.26 | 147.6 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 114 | 136 | 0.54 | 0.16 | 0 | 0.47 | 198.08 | 0.37 | 0.39 |
| Hex | 3F | 72 | 88 | 36 | 10 | 0 | 2F | C6 | 25 | 27 |
| Octal | 77 | 162 | 210 | 66 | 20 | 0 | 57 | 306 | 45 | 47 |
| Binary | 111111 | 1110010 | 10001000 | 110110 | 10000 | 0 | 101111 | 11000110 | 100101 | 100111 |
Color Harmonies of #3F7288
Complementary color
Monochromatic Colors of #3F7288
Black with #3F7288
Text Example
Text Example
White with #3F7288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7288; }
p { color: rgb(63,114,136); }
H1.HeaderClassName
{
color: #3F7288;
}
.AnyTagClassName
{
color: #3F7288;
}
</style>
background-color css
<style>
a { background-color: #3F7288; }
a { background-color: rgb(63,114,136); }
div.DivClassName
{
background-color: #3F7288;
}
.BgClassName
{
background-color: #3F7288;
}
</style>
border-color css
<style>
span { border-color: #3F7288; }
span { border-color: rgb(63,114,136); }
td.TdClassName
{
border-color: #3F7288;
}
.TagClassName
{
border-color: #3F7288;
}
</style>