Shades of Calypso #3E7294
Tints of Calypso #3E7294
RGB
CMYK
RGB Variations
Color information
#3E7294 (or 0x3E7294) is known color: Calypso. HEX triplet: 3E, 72 and 94. RGB value is (62,114,148). Sum of RGB (Red+Green+Blue) = 62+114+148=324 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.14% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 148 - color contains mainly: blue. Hex color #3E7294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7294 is #C18D6B. Grayscale: #666666. Windows color (decimal): -12684652 or 9728574. OLE color: 9728574.
HSL color Cylindrical-coordinate representation of color #3E7294: hue angle of 203.72º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E7294 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 114 | 148 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.42 |
| HSL | 203.72º | 0.41% | 0.41% | - |
| HSV(B) | 203.72º | 0.58% | 0.58% | - |
| XYZ | 13.35 | 15.2 | 30.25 | - |
| YUV | 102.33 | 153.77 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 114 | 148 | 0.58 | 0.23 | 0 | 0.42 | 203.72 | 0.41 | 0.41 |
| Hex | 3E | 72 | 94 | 3A | 17 | 0 | 2A | CC | 29 | 29 |
| Octal | 76 | 162 | 224 | 72 | 27 | 0 | 52 | 314 | 51 | 51 |
| Binary | 111110 | 1110010 | 10010100 | 111010 | 10111 | 0 | 101010 | 11001100 | 101001 | 101001 |
Color Harmonies of #3E7294
Complementary color
Monochromatic Colors of #3E7294
Black with #3E7294
Text Example
Text Example
White with #3E7294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7294; }
p { color: rgb(62,114,148); }
H1.HeaderClassName
{
color: #3E7294;
}
.AnyTagClassName
{
color: #3E7294;
}
</style>
background-color css
<style>
a { background-color: #3E7294; }
a { background-color: rgb(62,114,148); }
div.DivClassName
{
background-color: #3E7294;
}
.BgClassName
{
background-color: #3E7294;
}
</style>
border-color css
<style>
span { border-color: #3E7294; }
span { border-color: rgb(62,114,148); }
td.TdClassName
{
border-color: #3E7294;
}
.TagClassName
{
border-color: #3E7294;
}
</style>