Shades of Calypso #3B788C
Tints of Calypso #3B788C
RGB
CMYK
RGB Variations
Color information
#3B788C (or 0x3B788C) is known color: Calypso. HEX triplet: 3B, 78 and 8C. RGB value is (59,120,140). Sum of RGB (Red+Green+Blue) = 59+120+140=319 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.50% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #3B788C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B788C is #C48773. Grayscale: #676767. Windows color (decimal): -12879732 or 9205819. OLE color: 9205819.
HSL color Cylindrical-coordinate representation of color #3B788C: hue angle of 194.81º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B788C is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 59 | 120 | 140 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.45 |
| HSL | 194.81º | 0.41% | 0.39% | - |
| HSV(B) | 194.81º | 0.58% | 0.55% | - |
| XYZ | 13.25 | 16.26 | 27.25 | - |
| YUV | 104.04 | 148.29 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 120 | 140 | 0.58 | 0.14 | 0 | 0.45 | 194.81 | 0.41 | 0.39 |
| Hex | 3B | 78 | 8C | 3A | E | 0 | 2D | C3 | 29 | 27 |
| Octal | 73 | 170 | 214 | 72 | 16 | 0 | 55 | 303 | 51 | 47 |
| Binary | 111011 | 1111000 | 10001100 | 111010 | 1110 | 0 | 101101 | 11000011 | 101001 | 100111 |
Color Harmonies of #3B788C
Complementary color
Monochromatic Colors of #3B788C
Black with #3B788C
Text Example
Text Example
White with #3B788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B788C; }
p { color: rgb(59,120,140); }
H1.HeaderClassName
{
color: #3B788C;
}
.AnyTagClassName
{
color: #3B788C;
}
</style>
background-color css
<style>
a { background-color: #3B788C; }
a { background-color: rgb(59,120,140); }
div.DivClassName
{
background-color: #3B788C;
}
.BgClassName
{
background-color: #3B788C;
}
</style>
border-color css
<style>
span { border-color: #3B788C; }
span { border-color: rgb(59,120,140); }
td.TdClassName
{
border-color: #3B788C;
}
.TagClassName
{
border-color: #3B788C;
}
</style>