Shades of Calypso #3D708D
Tints of Calypso #3D708D
RGB
CMYK
RGB Variations
Color information
#3D708D (or 0x3D708D) is known color: Calypso. HEX triplet: 3D, 70 and 8D. RGB value is (61,112,141). Sum of RGB (Red+Green+Blue) = 61+112+141=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D708D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D708D is #C28F72. Grayscale: #636363. Windows color (decimal): -12750707 or 9269309. OLE color: 9269309.
HSL color Cylindrical-coordinate representation of color #3D708D: hue angle of 201.75º 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 #3D708D is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 112 | 141 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.45 |
| HSL | 201.75º | 0.4% | 0.4% | - |
| HSV(B) | 201.75º | 0.57% | 0.55% | - |
| XYZ | 12.53 | 14.5 | 27.34 | - |
| YUV | 100.06 | 151.1 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 112 | 141 | 0.57 | 0.21 | 0 | 0.45 | 201.75 | 0.4 | 0.4 |
| Hex | 3D | 70 | 8D | 39 | 15 | 0 | 2D | CA | 28 | 28 |
| Octal | 75 | 160 | 215 | 71 | 25 | 0 | 55 | 312 | 50 | 50 |
| Binary | 111101 | 1110000 | 10001101 | 111001 | 10101 | 0 | 101101 | 11001010 | 101000 | 101000 |
Color Harmonies of #3D708D
Complementary color
Monochromatic Colors of #3D708D
Black with #3D708D
Text Example
Text Example
White with #3D708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D708D; }
p { color: rgb(61,112,141); }
H1.HeaderClassName
{
color: #3D708D;
}
.AnyTagClassName
{
color: #3D708D;
}
</style>
background-color css
<style>
a { background-color: #3D708D; }
a { background-color: rgb(61,112,141); }
div.DivClassName
{
background-color: #3D708D;
}
.BgClassName
{
background-color: #3D708D;
}
</style>
border-color css
<style>
span { border-color: #3D708D; }
span { border-color: rgb(61,112,141); }
td.TdClassName
{
border-color: #3D708D;
}
.TagClassName
{
border-color: #3D708D;
}
</style>