Shades of Casal #3F5056
Tints of Casal #3F5056
RGB
CMYK
RGB Variations
Color information
#3F5056 (or 0x3F5056) is known color: Casal. HEX triplet: 3F, 50 and 56. RGB value is (63,80,86). Sum of RGB (Red+Green+Blue) = 63+80+86=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 86 - color contains mainly: blue. Hex color #3F5056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5056 is #C0AFA9. Grayscale: #4B4B4B. Windows color (decimal): -12627882 or 5656639. OLE color: 5656639.
HSL color Cylindrical-coordinate representation of color #3F5056: hue angle of 195.65º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F5056 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 80 | 86 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.66 |
| HSL | 195.65º | 0.15% | 0.29% | - |
| HSV(B) | 195.65º | 0.27% | 0.34% | - |
| XYZ | 6.6 | 7.47 | 9.9 | - |
| YUV | 75.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 80 | 86 | 0.27 | 0.07 | 0 | 0.66 | 195.65 | 0.15 | 0.29 |
| Hex | 3F | 50 | 56 | 1B | 7 | 0 | 42 | C4 | F | 1D |
| Octal | 77 | 120 | 126 | 33 | 7 | 0 | 102 | 304 | 17 | 35 |
| Binary | 111111 | 1010000 | 1010110 | 11011 | 111 | 0 | 1000010 | 11000100 | 1111 | 11101 |
Color Harmonies of #3F5056
Complementary color
Monochromatic Colors of #3F5056
Black with #3F5056
Text Example
Text Example
White with #3F5056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5056; }
p { color: rgb(63,80,86); }
H1.HeaderClassName
{
color: #3F5056;
}
.AnyTagClassName
{
color: #3F5056;
}
</style>
background-color css
<style>
a { background-color: #3F5056; }
a { background-color: rgb(63,80,86); }
div.DivClassName
{
background-color: #3F5056;
}
.BgClassName
{
background-color: #3F5056;
}
</style>
border-color css
<style>
span { border-color: #3F5056; }
span { border-color: rgb(63,80,86); }
td.TdClassName
{
border-color: #3F5056;
}
.TagClassName
{
border-color: #3F5056;
}
</style>