Shades of Calypso #3F728F
Tints of Calypso #3F728F
RGB
CMYK
RGB Variations
Color information
#3F728F (or 0x3F728F) is known color: Calypso. HEX triplet: 3F, 72 and 8F. RGB value is (63,114,143). Sum of RGB (Red+Green+Blue) = 63+114+143=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 143 (56.25% from 255 or 44.69% from 320); Max value from RGB is 143 - color contains mainly: blue. Hex color #3F728F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F728F is #C08D70. Grayscale: #656565. Windows color (decimal): -12619121 or 9400895. OLE color: 9400895.
HSL color Cylindrical-coordinate representation of color #3F728F: hue angle of 201.75º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F728F is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 114 | 143 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.44 |
| HSL | 201.75º | 0.39% | 0.4% | - |
| HSV(B) | 201.75º | 0.56% | 0.56% | - |
| XYZ | 13.03 | 15.07 | 28.21 | - |
| YUV | 102.06 | 151.1 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 114 | 143 | 0.56 | 0.20 | 0 | 0.44 | 201.75 | 0.39 | 0.4 |
| Hex | 3F | 72 | 8F | 38 | 14 | 0 | 2C | CA | 27 | 28 |
| Octal | 77 | 162 | 217 | 70 | 24 | 0 | 54 | 312 | 47 | 50 |
| Binary | 111111 | 1110010 | 10001111 | 111000 | 10100 | 0 | 101100 | 11001010 | 100111 | 101000 |
Color Harmonies of #3F728F
Complementary color
Monochromatic Colors of #3F728F
Black with #3F728F
Text Example
Text Example
White with #3F728F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F728F; }
p { color: rgb(63,114,143); }
H1.HeaderClassName
{
color: #3F728F;
}
.AnyTagClassName
{
color: #3F728F;
}
</style>
background-color css
<style>
a { background-color: #3F728F; }
a { background-color: rgb(63,114,143); }
div.DivClassName
{
background-color: #3F728F;
}
.BgClassName
{
background-color: #3F728F;
}
</style>
border-color css
<style>
span { border-color: #3F728F; }
span { border-color: rgb(63,114,143); }
td.TdClassName
{
border-color: #3F728F;
}
.TagClassName
{
border-color: #3F728F;
}
</style>