Shades of Calypso #3F7290
Tints of Calypso #3F7290
RGB
CMYK
RGB Variations
Color information
#3F7290 (or 0x3F7290) is known color: Calypso. HEX triplet: 3F, 72 and 90. RGB value is (63,114,144). Sum of RGB (Red+Green+Blue) = 63+114+144=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F7290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7290 is #C08D6F. Grayscale: #666666. Windows color (decimal): -12619120 or 9466431. OLE color: 9466431.
HSL color Cylindrical-coordinate representation of color #3F7290: hue angle of 202.22º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F7290 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 114 | 144 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.44 |
| HSL | 202.22º | 0.39% | 0.41% | - |
| HSV(B) | 202.22º | 0.56% | 0.56% | - |
| XYZ | 13.1 | 15.11 | 28.61 | - |
| YUV | 102.17 | 151.6 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 114 | 144 | 0.56 | 0.21 | 0 | 0.44 | 202.22 | 0.39 | 0.41 |
| Hex | 3F | 72 | 90 | 38 | 15 | 0 | 2C | CA | 27 | 29 |
| Octal | 77 | 162 | 220 | 70 | 25 | 0 | 54 | 312 | 47 | 51 |
| Binary | 111111 | 1110010 | 10010000 | 111000 | 10101 | 0 | 101100 | 11001010 | 100111 | 101001 |
Color Harmonies of #3F7290
Complementary color
Monochromatic Colors of #3F7290
Black with #3F7290
Text Example
Text Example
White with #3F7290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7290; }
p { color: rgb(63,114,144); }
H1.HeaderClassName
{
color: #3F7290;
}
.AnyTagClassName
{
color: #3F7290;
}
</style>
background-color css
<style>
a { background-color: #3F7290; }
a { background-color: rgb(63,114,144); }
div.DivClassName
{
background-color: #3F7290;
}
.BgClassName
{
background-color: #3F7290;
}
</style>
border-color css
<style>
span { border-color: #3F7290; }
span { border-color: rgb(63,114,144); }
td.TdClassName
{
border-color: #3F7290;
}
.TagClassName
{
border-color: #3F7290;
}
</style>