Shades of Calypso #3A788D
Tints of Calypso #3A788D
RGB
CMYK
RGB Variations
Color information
#3A788D (or 0x3A788D) is known color: Calypso. HEX triplet: 3A, 78 and 8D. RGB value is (58,120,141). Sum of RGB (Red+Green+Blue) = 58+120+141=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #3A788D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A788D is #C58772. Grayscale: #676767. Windows color (decimal): -12945267 or 9271354. OLE color: 9271354.
HSL color Cylindrical-coordinate representation of color #3A788D: hue angle of 195.18º 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 #3A788D is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 120 | 141 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.45 |
| HSL | 195.18º | 0.42% | 0.39% | - |
| HSV(B) | 195.18º | 0.59% | 0.55% | - |
| XYZ | 13.27 | 16.26 | 27.64 | - |
| YUV | 103.86 | 148.96 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 120 | 141 | 0.59 | 0.15 | 0 | 0.45 | 195.18 | 0.42 | 0.39 |
| Hex | 3A | 78 | 8D | 3B | F | 0 | 2D | C3 | 2A | 27 |
| Octal | 72 | 170 | 215 | 73 | 17 | 0 | 55 | 303 | 52 | 47 |
| Binary | 111010 | 1111000 | 10001101 | 111011 | 1111 | 0 | 101101 | 11000011 | 101010 | 100111 |
Color Harmonies of #3A788D
Complementary color
Monochromatic Colors of #3A788D
Black with #3A788D
Text Example
Text Example
White with #3A788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A788D; }
p { color: rgb(58,120,141); }
H1.HeaderClassName
{
color: #3A788D;
}
.AnyTagClassName
{
color: #3A788D;
}
</style>
background-color css
<style>
a { background-color: #3A788D; }
a { background-color: rgb(58,120,141); }
div.DivClassName
{
background-color: #3A788D;
}
.BgClassName
{
background-color: #3A788D;
}
</style>
border-color css
<style>
span { border-color: #3A788D; }
span { border-color: rgb(58,120,141); }
td.TdClassName
{
border-color: #3A788D;
}
.TagClassName
{
border-color: #3A788D;
}
</style>