Shades of Calypso #3D778B
Tints of Calypso #3D778B
RGB
CMYK
RGB Variations
Color information
#3D778B (or 0x3D778B) is known color: Calypso. HEX triplet: 3D, 77 and 8B. RGB value is (61,119,139). Sum of RGB (Red+Green+Blue) = 61+119+139=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D778B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D778B is #C28874. Grayscale: #676767. Windows color (decimal): -12748917 or 9140029. OLE color: 9140029.
HSL color Cylindrical-coordinate representation of color #3D778B: hue angle of 195.38º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D778B is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 119 | 139 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.45 |
| HSL | 195.38º | 0.39% | 0.39% | - |
| HSV(B) | 195.38º | 0.56% | 0.55% | - |
| XYZ | 13.18 | 16.05 | 26.83 | - |
| YUV | 103.94 | 147.78 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 119 | 139 | 0.56 | 0.14 | 0 | 0.45 | 195.38 | 0.39 | 0.39 |
| Hex | 3D | 77 | 8B | 38 | E | 0 | 2D | C3 | 27 | 27 |
| Octal | 75 | 167 | 213 | 70 | 16 | 0 | 55 | 303 | 47 | 47 |
| Binary | 111101 | 1110111 | 10001011 | 111000 | 1110 | 0 | 101101 | 11000011 | 100111 | 100111 |
Color Harmonies of #3D778B
Complementary color
Monochromatic Colors of #3D778B
Black with #3D778B
Text Example
Text Example
White with #3D778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D778B; }
p { color: rgb(61,119,139); }
H1.HeaderClassName
{
color: #3D778B;
}
.AnyTagClassName
{
color: #3D778B;
}
</style>
background-color css
<style>
a { background-color: #3D778B; }
a { background-color: rgb(61,119,139); }
div.DivClassName
{
background-color: #3D778B;
}
.BgClassName
{
background-color: #3D778B;
}
</style>
border-color css
<style>
span { border-color: #3D778B; }
span { border-color: rgb(61,119,139); }
td.TdClassName
{
border-color: #3D778B;
}
.TagClassName
{
border-color: #3D778B;
}
</style>