Shades of Calypso #3D768D
Tints of Calypso #3D768D
RGB
CMYK
RGB Variations
Color information
#3D768D (or 0x3D768D) is known color: Calypso. HEX triplet: 3D, 76 and 8D. RGB value is (61,118,141). Sum of RGB (Red+Green+Blue) = 61+118+141=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D768D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D768D is #C28972. Grayscale: #676767. Windows color (decimal): -12749171 or 9270845. OLE color: 9270845.
HSL color Cylindrical-coordinate representation of color #3D768D: hue angle of 197.25º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D768D is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 118 | 141 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.45 |
| HSL | 197.25º | 0.4% | 0.4% | - |
| HSV(B) | 197.25º | 0.57% | 0.55% | - |
| XYZ | 13.21 | 15.87 | 27.57 | - |
| YUV | 103.58 | 149.12 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 118 | 141 | 0.57 | 0.16 | 0 | 0.45 | 197.25 | 0.4 | 0.4 |
| Hex | 3D | 76 | 8D | 39 | 10 | 0 | 2D | C5 | 28 | 28 |
| Octal | 75 | 166 | 215 | 71 | 20 | 0 | 55 | 305 | 50 | 50 |
| Binary | 111101 | 1110110 | 10001101 | 111001 | 10000 | 0 | 101101 | 11000101 | 101000 | 101000 |
Color Harmonies of #3D768D
Complementary color
Monochromatic Colors of #3D768D
Black with #3D768D
Text Example
Text Example
White with #3D768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D768D; }
p { color: rgb(61,118,141); }
H1.HeaderClassName
{
color: #3D768D;
}
.AnyTagClassName
{
color: #3D768D;
}
</style>
background-color css
<style>
a { background-color: #3D768D; }
a { background-color: rgb(61,118,141); }
div.DivClassName
{
background-color: #3D768D;
}
.BgClassName
{
background-color: #3D768D;
}
</style>
border-color css
<style>
span { border-color: #3D768D; }
span { border-color: rgb(61,118,141); }
td.TdClassName
{
border-color: #3D768D;
}
.TagClassName
{
border-color: #3D768D;
}
</style>