Shades of Calypso #3D708E
Tints of Calypso #3D708E
RGB
CMYK
RGB Variations
Color information
#3D708E (or 0x3D708E) is known color: Calypso. HEX triplet: 3D, 70 and 8E. RGB value is (61,112,142). Sum of RGB (Red+Green+Blue) = 61+112+142=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #3D708E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D708E is #C28F71. Grayscale: #646464. Windows color (decimal): -12750706 or 9334845. OLE color: 9334845.
HSL color Cylindrical-coordinate representation of color #3D708E: hue angle of 202.22º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D708E is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 112 | 142 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.44 |
| HSL | 202.22º | 0.4% | 0.4% | - |
| HSV(B) | 202.22º | 0.57% | 0.56% | - |
| XYZ | 12.6 | 14.53 | 27.73 | - |
| YUV | 100.17 | 151.6 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 112 | 142 | 0.57 | 0.21 | 0 | 0.44 | 202.22 | 0.4 | 0.4 |
| Hex | 3D | 70 | 8E | 39 | 15 | 0 | 2C | CA | 28 | 28 |
| Octal | 75 | 160 | 216 | 71 | 25 | 0 | 54 | 312 | 50 | 50 |
| Binary | 111101 | 1110000 | 10001110 | 111001 | 10101 | 0 | 101100 | 11001010 | 101000 | 101000 |
Color Harmonies of #3D708E
Complementary color
Monochromatic Colors of #3D708E
Black with #3D708E
Text Example
Text Example
White with #3D708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D708E; }
p { color: rgb(61,112,142); }
H1.HeaderClassName
{
color: #3D708E;
}
.AnyTagClassName
{
color: #3D708E;
}
</style>
background-color css
<style>
a { background-color: #3D708E; }
a { background-color: rgb(61,112,142); }
div.DivClassName
{
background-color: #3D708E;
}
.BgClassName
{
background-color: #3D708E;
}
</style>
border-color css
<style>
span { border-color: #3D708E; }
span { border-color: rgb(61,112,142); }
td.TdClassName
{
border-color: #3D708E;
}
.TagClassName
{
border-color: #3D708E;
}
</style>