Shades of Calypso #3D718B
Tints of Calypso #3D718B
RGB
CMYK
RGB Variations
Color information
#3D718B (or 0x3D718B) is known color: Calypso. HEX triplet: 3D, 71 and 8B. RGB value is (61,113,139). Sum of RGB (Red+Green+Blue) = 61+113+139=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D718B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D718B is #C28E74. Grayscale: #646464. Windows color (decimal): -12750453 or 9138493. OLE color: 9138493.
HSL color Cylindrical-coordinate representation of color #3D718B: hue angle of 200º 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 #3D718B is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 113 | 139 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.45 |
| HSL | 200º | 0.39% | 0.39% | - |
| HSV(B) | 200º | 0.56% | 0.55% | - |
| XYZ | 12.49 | 14.67 | 26.6 | - |
| YUV | 100.42 | 149.77 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 113 | 139 | 0.56 | 0.19 | 0 | 0.45 | 200 | 0.39 | 0.39 |
| Hex | 3D | 71 | 8B | 38 | 13 | 0 | 2D | C8 | 27 | 27 |
| Octal | 75 | 161 | 213 | 70 | 23 | 0 | 55 | 310 | 47 | 47 |
| Binary | 111101 | 1110001 | 10001011 | 111000 | 10011 | 0 | 101101 | 11001000 | 100111 | 100111 |
Color Harmonies of #3D718B
Complementary color
Monochromatic Colors of #3D718B
Black with #3D718B
Text Example
Text Example
White with #3D718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D718B; }
p { color: rgb(61,113,139); }
H1.HeaderClassName
{
color: #3D718B;
}
.AnyTagClassName
{
color: #3D718B;
}
</style>
background-color css
<style>
a { background-color: #3D718B; }
a { background-color: rgb(61,113,139); }
div.DivClassName
{
background-color: #3D718B;
}
.BgClassName
{
background-color: #3D718B;
}
</style>
border-color css
<style>
span { border-color: #3D718B; }
span { border-color: rgb(61,113,139); }
td.TdClassName
{
border-color: #3D718B;
}
.TagClassName
{
border-color: #3D718B;
}
</style>