Shades of Calypso #3F6782
Tints of Calypso #3F6782
RGB
CMYK
RGB Variations
Color information
#3F6782 (or 0x3F6782) is known color: Calypso. HEX triplet: 3F, 67 and 82. RGB value is (63,103,130). Sum of RGB (Red+Green+Blue) = 63+103+130=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 130 - color contains mainly: blue. Hex color #3F6782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6782 is #C0987D. Grayscale: #5D5D5D. Windows color (decimal): -12621950 or 8546111. OLE color: 8546111.
HSL color Cylindrical-coordinate representation of color #3F6782: hue angle of 204.18º 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 #3F6782 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 103 | 130 | - |
| CMYK | 0.52 | 0.21 | 0 | 0.49 |
| HSL | 204.18º | 0.35% | 0.38% | - |
| HSV(B) | 204.18º | 0.52% | 0.51% | - |
| XYZ | 10.93 | 12.37 | 22.93 | - |
| YUV | 94.12 | 148.25 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 103 | 130 | 0.52 | 0.21 | 0 | 0.49 | 204.18 | 0.35 | 0.38 |
| Hex | 3F | 67 | 82 | 34 | 15 | 0 | 31 | CC | 23 | 26 |
| Octal | 77 | 147 | 202 | 64 | 25 | 0 | 61 | 314 | 43 | 46 |
| Binary | 111111 | 1100111 | 10000010 | 110100 | 10101 | 0 | 110001 | 11001100 | 100011 | 100110 |
Color Harmonies of #3F6782
Complementary color
Monochromatic Colors of #3F6782
Black with #3F6782
Text Example
Text Example
White with #3F6782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6782; }
p { color: rgb(63,103,130); }
H1.HeaderClassName
{
color: #3F6782;
}
.AnyTagClassName
{
color: #3F6782;
}
</style>
background-color css
<style>
a { background-color: #3F6782; }
a { background-color: rgb(63,103,130); }
div.DivClassName
{
background-color: #3F6782;
}
.BgClassName
{
background-color: #3F6782;
}
</style>
border-color css
<style>
span { border-color: #3F6782; }
span { border-color: rgb(63,103,130); }
td.TdClassName
{
border-color: #3F6782;
}
.TagClassName
{
border-color: #3F6782;
}
</style>