Shades of Calypso #3A7087
Tints of Calypso #3A7087
RGB
CMYK
RGB Variations
Color information
#3A7087 (or 0x3A7087) is known color: Calypso. HEX triplet: 3A, 70 and 87. RGB value is (58,112,135). Sum of RGB (Red+Green+Blue) = 58+112+135=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 135 - color contains mainly: blue. Hex color #3A7087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7087 is #C58F78. Grayscale: #626262. Windows color (decimal): -12947321 or 8876090. OLE color: 8876090.
HSL color Cylindrical-coordinate representation of color #3A7087: hue angle of 197.92º degrees, saturation: 0.4, 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 #3A7087 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 112 | 135 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.47 |
| HSL | 197.92º | 0.4% | 0.38% | - |
| HSV(B) | 197.92º | 0.57% | 0.53% | - |
| XYZ | 11.91 | 14.24 | 25.04 | - |
| YUV | 98.48 | 148.61 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 112 | 135 | 0.57 | 0.17 | 0 | 0.47 | 197.92 | 0.4 | 0.38 |
| Hex | 3A | 70 | 87 | 39 | 11 | 0 | 2F | C6 | 28 | 26 |
| Octal | 72 | 160 | 207 | 71 | 21 | 0 | 57 | 306 | 50 | 46 |
| Binary | 111010 | 1110000 | 10000111 | 111001 | 10001 | 0 | 101111 | 11000110 | 101000 | 100110 |
Color Harmonies of #3A7087
Complementary color
Monochromatic Colors of #3A7087
Black with #3A7087
Text Example
Text Example
White with #3A7087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7087; }
p { color: rgb(58,112,135); }
H1.HeaderClassName
{
color: #3A7087;
}
.AnyTagClassName
{
color: #3A7087;
}
</style>
background-color css
<style>
a { background-color: #3A7087; }
a { background-color: rgb(58,112,135); }
div.DivClassName
{
background-color: #3A7087;
}
.BgClassName
{
background-color: #3A7087;
}
</style>
border-color css
<style>
span { border-color: #3A7087; }
span { border-color: rgb(58,112,135); }
td.TdClassName
{
border-color: #3A7087;
}
.TagClassName
{
border-color: #3A7087;
}
</style>