Shades of Calypso #3A758D
Tints of Calypso #3A758D
RGB
CMYK
RGB Variations
Color information
#3A758D (or 0x3A758D) is known color: Calypso. HEX triplet: 3A, 75 and 8D. RGB value is (58,117,141). Sum of RGB (Red+Green+Blue) = 58+117+141=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #3A758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A758D is #C58A72. Grayscale: #656565. Windows color (decimal): -12946035 or 9270586. OLE color: 9270586.
HSL color Cylindrical-coordinate representation of color #3A758D: hue angle of 197.35º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A758D is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 117 | 141 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.45 |
| HSL | 197.35º | 0.42% | 0.39% | - |
| HSV(B) | 197.35º | 0.59% | 0.55% | - |
| XYZ | 12.91 | 15.55 | 27.52 | - |
| YUV | 102.1 | 149.95 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 117 | 141 | 0.59 | 0.17 | 0 | 0.45 | 197.35 | 0.42 | 0.39 |
| Hex | 3A | 75 | 8D | 3B | 11 | 0 | 2D | C5 | 2A | 27 |
| Octal | 72 | 165 | 215 | 73 | 21 | 0 | 55 | 305 | 52 | 47 |
| Binary | 111010 | 1110101 | 10001101 | 111011 | 10001 | 0 | 101101 | 11000101 | 101010 | 100111 |
Color Harmonies of #3A758D
Complementary color
Monochromatic Colors of #3A758D
Black with #3A758D
Text Example
Text Example
White with #3A758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A758D; }
p { color: rgb(58,117,141); }
H1.HeaderClassName
{
color: #3A758D;
}
.AnyTagClassName
{
color: #3A758D;
}
</style>
background-color css
<style>
a { background-color: #3A758D; }
a { background-color: rgb(58,117,141); }
div.DivClassName
{
background-color: #3A758D;
}
.BgClassName
{
background-color: #3A758D;
}
</style>
border-color css
<style>
span { border-color: #3A758D; }
span { border-color: rgb(58,117,141); }
td.TdClassName
{
border-color: #3A758D;
}
.TagClassName
{
border-color: #3A758D;
}
</style>