Shades of Calypso #3E7290
Tints of Calypso #3E7290
RGB
CMYK
RGB Variations
Color information
#3E7290 (or 0x3E7290) is known color: Calypso. HEX triplet: 3E, 72 and 90. RGB value is (62,114,144). Sum of RGB (Red+Green+Blue) = 62+114+144=320 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.38% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #3E7290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7290 is #C18D6F. Grayscale: #656565. Windows color (decimal): -12684656 or 9466430. OLE color: 9466430.
HSL color Cylindrical-coordinate representation of color #3E7290: hue angle of 201.95º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E7290 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 114 | 144 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.44 |
| HSL | 201.95º | 0.4% | 0.4% | - |
| HSV(B) | 201.95º | 0.57% | 0.56% | - |
| XYZ | 13.04 | 15.07 | 28.61 | - |
| YUV | 101.87 | 151.77 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 114 | 144 | 0.57 | 0.21 | 0 | 0.44 | 201.95 | 0.4 | 0.4 |
| Hex | 3E | 72 | 90 | 39 | 15 | 0 | 2C | CA | 28 | 28 |
| Octal | 76 | 162 | 220 | 71 | 25 | 0 | 54 | 312 | 50 | 50 |
| Binary | 111110 | 1110010 | 10010000 | 111001 | 10101 | 0 | 101100 | 11001010 | 101000 | 101000 |
Color Harmonies of #3E7290
Complementary color
Monochromatic Colors of #3E7290
Black with #3E7290
Text Example
Text Example
White with #3E7290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7290; }
p { color: rgb(62,114,144); }
H1.HeaderClassName
{
color: #3E7290;
}
.AnyTagClassName
{
color: #3E7290;
}
</style>
background-color css
<style>
a { background-color: #3E7290; }
a { background-color: rgb(62,114,144); }
div.DivClassName
{
background-color: #3E7290;
}
.BgClassName
{
background-color: #3E7290;
}
</style>
border-color css
<style>
span { border-color: #3E7290; }
span { border-color: rgb(62,114,144); }
td.TdClassName
{
border-color: #3E7290;
}
.TagClassName
{
border-color: #3E7290;
}
</style>