Shades of Casal #3F5659
Tints of Casal #3F5659
RGB
CMYK
RGB Variations
Color information
#3F5659 (or 0x3F5659) is known color: Casal. HEX triplet: 3F, 56 and 59. RGB value is (63,86,89). Sum of RGB (Red+Green+Blue) = 63+86+89=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F5659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5659 is #C0A9A6. Grayscale: #4F4F4F. Windows color (decimal): -12626343 or 5854783. OLE color: 5854783.
HSL color Cylindrical-coordinate representation of color #3F5659: hue angle of 186.92º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F5659 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 86 | 89 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.65 |
| HSL | 186.92º | 0.17% | 0.3% | - |
| HSV(B) | 186.92º | 0.29% | 0.35% | - |
| XYZ | 7.18 | 8.43 | 10.7 | - |
| YUV | 79.47 | 133.38 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 86 | 89 | 0.29 | 0.03 | 0 | 0.65 | 186.92 | 0.17 | 0.3 |
| Hex | 3F | 56 | 59 | 1D | 3 | 0 | 41 | BB | 11 | 1E |
| Octal | 77 | 126 | 131 | 35 | 3 | 0 | 101 | 273 | 21 | 36 |
| Binary | 111111 | 1010110 | 1011001 | 11101 | 11 | 0 | 1000001 | 10111011 | 10001 | 11110 |
Color Harmonies of #3F5659
Complementary color
Monochromatic Colors of #3F5659
Black with #3F5659
Text Example
Text Example
White with #3F5659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5659; }
p { color: rgb(63,86,89); }
H1.HeaderClassName
{
color: #3F5659;
}
.AnyTagClassName
{
color: #3F5659;
}
</style>
background-color css
<style>
a { background-color: #3F5659; }
a { background-color: rgb(63,86,89); }
div.DivClassName
{
background-color: #3F5659;
}
.BgClassName
{
background-color: #3F5659;
}
</style>
border-color css
<style>
span { border-color: #3F5659; }
span { border-color: rgb(63,86,89); }
td.TdClassName
{
border-color: #3F5659;
}
.TagClassName
{
border-color: #3F5659;
}
</style>