Shades of Calypso #3F7084
Tints of Calypso #3F7084
RGB
CMYK
RGB Variations
Color information
#3F7084 (or 0x3F7084) is known color: Calypso. HEX triplet: 3F, 70 and 84. RGB value is (63,112,132). Sum of RGB (Red+Green+Blue) = 63+112+132=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 132 - color contains mainly: blue. Hex color #3F7084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7084 is #C08F7B. Grayscale: #636363. Windows color (decimal): -12619644 or 8679487. OLE color: 8679487.
HSL color Cylindrical-coordinate representation of color #3F7084: hue angle of 197.39º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F7084 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 63 | 112 | 132 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.48 |
| HSL | 197.39º | 0.35% | 0.38% | - |
| HSV(B) | 197.39º | 0.52% | 0.52% | - |
| XYZ | 12.01 | 14.31 | 23.96 | - |
| YUV | 99.63 | 146.27 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 112 | 132 | 0.52 | 0.15 | 0 | 0.48 | 197.39 | 0.35 | 0.38 |
| Hex | 3F | 70 | 84 | 34 | F | 0 | 30 | C5 | 23 | 26 |
| Octal | 77 | 160 | 204 | 64 | 17 | 0 | 60 | 305 | 43 | 46 |
| Binary | 111111 | 1110000 | 10000100 | 110100 | 1111 | 0 | 110000 | 11000101 | 100011 | 100110 |
Color Harmonies of #3F7084
Complementary color
Monochromatic Colors of #3F7084
Black with #3F7084
Text Example
Text Example
White with #3F7084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7084; }
p { color: rgb(63,112,132); }
H1.HeaderClassName
{
color: #3F7084;
}
.AnyTagClassName
{
color: #3F7084;
}
</style>
background-color css
<style>
a { background-color: #3F7084; }
a { background-color: rgb(63,112,132); }
div.DivClassName
{
background-color: #3F7084;
}
.BgClassName
{
background-color: #3F7084;
}
</style>
border-color css
<style>
span { border-color: #3F7084; }
span { border-color: rgb(63,112,132); }
td.TdClassName
{
border-color: #3F7084;
}
.TagClassName
{
border-color: #3F7084;
}
</style>