Shades of Calypso #3D7683
Tints of Calypso #3D7683
RGB
CMYK
RGB Variations
Color information
#3D7683 (or 0x3D7683) is known color: Calypso. HEX triplet: 3D, 76 and 83. RGB value is (61,118,131). Sum of RGB (Red+Green+Blue) = 61+118+131=310 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.68% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 131 - color contains mainly: blue. Hex color #3D7683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7683 is #C2897C. Grayscale: #666666. Windows color (decimal): -12749181 or 8615485. OLE color: 8615485.
HSL color Cylindrical-coordinate representation of color #3D7683: hue angle of 191.14º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D7683 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 61 | 118 | 131 | - |
| CMYK | 0.53 | 0.10 | 0 | 0.49 |
| HSL | 191.14º | 0.36% | 0.38% | - |
| HSV(B) | 191.14º | 0.53% | 0.51% | - |
| XYZ | 12.5 | 15.59 | 23.82 | - |
| YUV | 102.44 | 144.12 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 118 | 131 | 0.53 | 0.10 | 0 | 0.49 | 191.14 | 0.36 | 0.38 |
| Hex | 3D | 76 | 83 | 35 | A | 0 | 31 | BF | 24 | 26 |
| Octal | 75 | 166 | 203 | 65 | 12 | 0 | 61 | 277 | 44 | 46 |
| Binary | 111101 | 1110110 | 10000011 | 110101 | 1010 | 0 | 110001 | 10111111 | 100100 | 100110 |
Color Harmonies of #3D7683
Complementary color
Monochromatic Colors of #3D7683
Black with #3D7683
Text Example
Text Example
White with #3D7683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7683; }
p { color: rgb(61,118,131); }
H1.HeaderClassName
{
color: #3D7683;
}
.AnyTagClassName
{
color: #3D7683;
}
</style>
background-color css
<style>
a { background-color: #3D7683; }
a { background-color: rgb(61,118,131); }
div.DivClassName
{
background-color: #3D7683;
}
.BgClassName
{
background-color: #3D7683;
}
</style>
border-color css
<style>
span { border-color: #3D7683; }
span { border-color: rgb(61,118,131); }
td.TdClassName
{
border-color: #3D7683;
}
.TagClassName
{
border-color: #3D7683;
}
</style>