Shades of Calypso #3E708E
Tints of Calypso #3E708E
RGB
CMYK
RGB Variations
Color information
#3E708E (or 0x3E708E) is known color: Calypso. HEX triplet: 3E, 70 and 8E. RGB value is (62,112,142). Sum of RGB (Red+Green+Blue) = 62+112+142=316 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.62% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #3E708E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E708E is #C18F71. Grayscale: #646464. Windows color (decimal): -12685170 or 9334846. OLE color: 9334846.
HSL color Cylindrical-coordinate representation of color #3E708E: hue angle of 202.5º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E708E is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 112 | 142 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.44 |
| HSL | 202.5º | 0.39% | 0.4% | - |
| HSV(B) | 202.5º | 0.56% | 0.56% | - |
| XYZ | 12.66 | 14.57 | 27.74 | - |
| YUV | 100.47 | 151.44 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 112 | 142 | 0.56 | 0.21 | 0 | 0.44 | 202.5 | 0.39 | 0.4 |
| Hex | 3E | 70 | 8E | 38 | 15 | 0 | 2C | CA | 27 | 28 |
| Octal | 76 | 160 | 216 | 70 | 25 | 0 | 54 | 312 | 47 | 50 |
| Binary | 111110 | 1110000 | 10001110 | 111000 | 10101 | 0 | 101100 | 11001010 | 100111 | 101000 |
Color Harmonies of #3E708E
Complementary color
Monochromatic Colors of #3E708E
Black with #3E708E
Text Example
Text Example
White with #3E708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E708E; }
p { color: rgb(62,112,142); }
H1.HeaderClassName
{
color: #3E708E;
}
.AnyTagClassName
{
color: #3E708E;
}
</style>
background-color css
<style>
a { background-color: #3E708E; }
a { background-color: rgb(62,112,142); }
div.DivClassName
{
background-color: #3E708E;
}
.BgClassName
{
background-color: #3E708E;
}
</style>
border-color css
<style>
span { border-color: #3E708E; }
span { border-color: rgb(62,112,142); }
td.TdClassName
{
border-color: #3E708E;
}
.TagClassName
{
border-color: #3E708E;
}
</style>