Shades of Calypso #3D6985
Tints of Calypso #3D6985
RGB
CMYK
RGB Variations
Color information
#3D6985 (or 0x3D6985) is known color: Calypso. HEX triplet: 3D, 69 and 85. RGB value is (61,105,133). Sum of RGB (Red+Green+Blue) = 61+105+133=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #3D6985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6985 is #C2967A. Grayscale: #5E5E5E. Windows color (decimal): -12752507 or 8743229. OLE color: 8743229.
HSL color Cylindrical-coordinate representation of color #3D6985: hue angle of 203.33º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D6985 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 105 | 133 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.48 |
| HSL | 203.33º | 0.37% | 0.38% | - |
| HSV(B) | 203.33º | 0.54% | 0.52% | - |
| XYZ | 11.21 | 12.79 | 24.07 | - |
| YUV | 95.04 | 149.42 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 105 | 133 | 0.54 | 0.21 | 0 | 0.48 | 203.33 | 0.37 | 0.38 |
| Hex | 3D | 69 | 85 | 36 | 15 | 0 | 30 | CB | 25 | 26 |
| Octal | 75 | 151 | 205 | 66 | 25 | 0 | 60 | 313 | 45 | 46 |
| Binary | 111101 | 1101001 | 10000101 | 110110 | 10101 | 0 | 110000 | 11001011 | 100101 | 100110 |
Color Harmonies of #3D6985
Complementary color
Monochromatic Colors of #3D6985
Black with #3D6985
Text Example
Text Example
White with #3D6985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6985; }
p { color: rgb(61,105,133); }
H1.HeaderClassName
{
color: #3D6985;
}
.AnyTagClassName
{
color: #3D6985;
}
</style>
background-color css
<style>
a { background-color: #3D6985; }
a { background-color: rgb(61,105,133); }
div.DivClassName
{
background-color: #3D6985;
}
.BgClassName
{
background-color: #3D6985;
}
</style>
border-color css
<style>
span { border-color: #3D6985; }
span { border-color: rgb(61,105,133); }
td.TdClassName
{
border-color: #3D6985;
}
.TagClassName
{
border-color: #3D6985;
}
</style>