Shades of Calypso #3E7782
Tints of Calypso #3E7782
RGB
CMYK
RGB Variations
Color information
#3E7782 (or 0x3E7782) is known color: Calypso. HEX triplet: 3E, 77 and 82. RGB value is (62,119,130). Sum of RGB (Red+Green+Blue) = 62+119+130=311 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.94% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 130 - color contains mainly: blue. Hex color #3E7782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7782 is #C1887D. Grayscale: #676767. Windows color (decimal): -12683390 or 8550206. OLE color: 8550206.
HSL color Cylindrical-coordinate representation of color #3E7782: hue angle of 189.71º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E7782 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 119 | 130 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.49 |
| HSL | 189.71º | 0.35% | 0.38% | - |
| HSV(B) | 189.71º | 0.52% | 0.51% | - |
| XYZ | 12.61 | 15.83 | 23.51 | - |
| YUV | 103.21 | 143.12 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 119 | 130 | 0.52 | 0.08 | 0 | 0.49 | 189.71 | 0.35 | 0.38 |
| Hex | 3E | 77 | 82 | 34 | 8 | 0 | 31 | BE | 23 | 26 |
| Octal | 76 | 167 | 202 | 64 | 10 | 0 | 61 | 276 | 43 | 46 |
| Binary | 111110 | 1110111 | 10000010 | 110100 | 1000 | 0 | 110001 | 10111110 | 100011 | 100110 |
Color Harmonies of #3E7782
Complementary color
Monochromatic Colors of #3E7782
Black with #3E7782
Text Example
Text Example
White with #3E7782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7782; }
p { color: rgb(62,119,130); }
H1.HeaderClassName
{
color: #3E7782;
}
.AnyTagClassName
{
color: #3E7782;
}
</style>
background-color css
<style>
a { background-color: #3E7782; }
a { background-color: rgb(62,119,130); }
div.DivClassName
{
background-color: #3E7782;
}
.BgClassName
{
background-color: #3E7782;
}
</style>
border-color css
<style>
span { border-color: #3E7782; }
span { border-color: rgb(62,119,130); }
td.TdClassName
{
border-color: #3E7782;
}
.TagClassName
{
border-color: #3E7782;
}
</style>