Shades of Calypso #3E6880
Tints of Calypso #3E6880
RGB
CMYK
RGB Variations
Color information
#3E6880 (or 0x3E6880) is known color: Calypso. HEX triplet: 3E, 68 and 80. RGB value is (62,104,128). Sum of RGB (Red+Green+Blue) = 62+104+128=294 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.09% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 128 - color contains mainly: blue. Hex color #3E6880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6880 is #C1977F. Grayscale: #5E5E5E. Windows color (decimal): -12687232 or 8415294. OLE color: 8415294.
HSL color Cylindrical-coordinate representation of color #3E6880: hue angle of 201.82º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E6880 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 62 | 104 | 128 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.50 |
| HSL | 201.82º | 0.35% | 0.37% | - |
| HSV(B) | 201.82º | 0.52% | 0.5% | - |
| XYZ | 10.83 | 12.48 | 22.26 | - |
| YUV | 94.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 104 | 128 | 0.52 | 0.19 | 0 | 0.50 | 201.82 | 0.35 | 0.37 |
| Hex | 3E | 68 | 80 | 34 | 13 | 0 | 32 | CA | 23 | 25 |
| Octal | 76 | 150 | 200 | 64 | 23 | 0 | 62 | 312 | 43 | 45 |
| Binary | 111110 | 1101000 | 10000000 | 110100 | 10011 | 0 | 110010 | 11001010 | 100011 | 100101 |
Color Harmonies of #3E6880
Complementary color
Monochromatic Colors of #3E6880
Black with #3E6880
Text Example
Text Example
White with #3E6880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6880; }
p { color: rgb(62,104,128); }
H1.HeaderClassName
{
color: #3E6880;
}
.AnyTagClassName
{
color: #3E6880;
}
</style>
background-color css
<style>
a { background-color: #3E6880; }
a { background-color: rgb(62,104,128); }
div.DivClassName
{
background-color: #3E6880;
}
.BgClassName
{
background-color: #3E6880;
}
</style>
border-color css
<style>
span { border-color: #3E6880; }
span { border-color: rgb(62,104,128); }
td.TdClassName
{
border-color: #3E6880;
}
.TagClassName
{
border-color: #3E6880;
}
</style>