Shades of Calypso #3F6E82
Tints of Calypso #3F6E82
RGB
CMYK
RGB Variations
Color information
#3F6E82 (or 0x3F6E82) is known color: Calypso. HEX triplet: 3F, 6E and 82. RGB value is (63,110,130). Sum of RGB (Red+Green+Blue) = 63+110+130=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 130 - color contains mainly: blue. Hex color #3F6E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6E82 is #C0917D. Grayscale: #626262. Windows color (decimal): -12620158 or 8547903. OLE color: 8547903.
HSL color Cylindrical-coordinate representation of color #3F6E82: hue angle of 197.91º 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 #3F6E82 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 110 | 130 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.49 |
| HSL | 197.91º | 0.35% | 0.38% | - |
| HSV(B) | 197.91º | 0.52% | 0.51% | - |
| XYZ | 11.66 | 13.82 | 23.17 | - |
| YUV | 98.23 | 145.93 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 110 | 130 | 0.52 | 0.15 | 0 | 0.49 | 197.91 | 0.35 | 0.38 |
| Hex | 3F | 6E | 82 | 34 | F | 0 | 31 | C6 | 23 | 26 |
| Octal | 77 | 156 | 202 | 64 | 17 | 0 | 61 | 306 | 43 | 46 |
| Binary | 111111 | 1101110 | 10000010 | 110100 | 1111 | 0 | 110001 | 11000110 | 100011 | 100110 |
Color Harmonies of #3F6E82
Complementary color
Monochromatic Colors of #3F6E82
Black with #3F6E82
Text Example
Text Example
White with #3F6E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6E82; }
p { color: rgb(63,110,130); }
H1.HeaderClassName
{
color: #3F6E82;
}
.AnyTagClassName
{
color: #3F6E82;
}
</style>
background-color css
<style>
a { background-color: #3F6E82; }
a { background-color: rgb(63,110,130); }
div.DivClassName
{
background-color: #3F6E82;
}
.BgClassName
{
background-color: #3F6E82;
}
</style>
border-color css
<style>
span { border-color: #3F6E82; }
span { border-color: rgb(63,110,130); }
td.TdClassName
{
border-color: #3F6E82;
}
.TagClassName
{
border-color: #3F6E82;
}
</style>