Shades of Calypso #3E7785
Tints of Calypso #3E7785
RGB
CMYK
RGB Variations
Color information
#3E7785 (or 0x3E7785) is known color: Calypso. HEX triplet: 3E, 77 and 85. RGB value is (62,119,133). Sum of RGB (Red+Green+Blue) = 62+119+133=314 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.75% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #3E7785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7785 is #C1887A. Grayscale: #676767. Windows color (decimal): -12683387 or 8746814. OLE color: 8746814.
HSL color Cylindrical-coordinate representation of color #3E7785: hue angle of 191.83º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E7785 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 62 | 119 | 133 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.48 |
| HSL | 191.83º | 0.36% | 0.38% | - |
| HSV(B) | 191.83º | 0.53% | 0.52% | - |
| XYZ | 12.82 | 15.91 | 24.59 | - |
| YUV | 103.55 | 144.62 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 119 | 133 | 0.53 | 0.11 | 0 | 0.48 | 191.83 | 0.36 | 0.38 |
| Hex | 3E | 77 | 85 | 35 | B | 0 | 30 | C0 | 24 | 26 |
| Octal | 76 | 167 | 205 | 65 | 13 | 0 | 60 | 300 | 44 | 46 |
| Binary | 111110 | 1110111 | 10000101 | 110101 | 1011 | 0 | 110000 | 11000000 | 100100 | 100110 |
Color Harmonies of #3E7785
Complementary color
Monochromatic Colors of #3E7785
Black with #3E7785
Text Example
Text Example
White with #3E7785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7785; }
p { color: rgb(62,119,133); }
H1.HeaderClassName
{
color: #3E7785;
}
.AnyTagClassName
{
color: #3E7785;
}
</style>
background-color css
<style>
a { background-color: #3E7785; }
a { background-color: rgb(62,119,133); }
div.DivClassName
{
background-color: #3E7785;
}
.BgClassName
{
background-color: #3E7785;
}
</style>
border-color css
<style>
span { border-color: #3E7785; }
span { border-color: rgb(62,119,133); }
td.TdClassName
{
border-color: #3E7785;
}
.TagClassName
{
border-color: #3E7785;
}
</style>