Shades of Casal #3F5156
Tints of Casal #3F5156
RGB
CMYK
RGB Variations
Color information
#3F5156 (or 0x3F5156) is known color: Casal. HEX triplet: 3F, 51 and 56. RGB value is (63,81,86). Sum of RGB (Red+Green+Blue) = 63+81+86=230 (30% of max value = 765). Red value is 63 (25% from 255 or 27.39% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 86 - color contains mainly: blue. Hex color #3F5156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5156 is #C0AEA9. Grayscale: #4C4C4C. Windows color (decimal): -12627626 or 5656895. OLE color: 5656895.
HSL color Cylindrical-coordinate representation of color #3F5156: hue angle of 193.04º 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 #3F5156 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 81 | 86 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.66 |
| HSL | 193.04º | 0.15% | 0.29% | - |
| HSV(B) | 193.04º | 0.27% | 0.34% | - |
| XYZ | 6.67 | 7.61 | 9.92 | - |
| YUV | 76.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 81 | 86 | 0.27 | 0.06 | 0 | 0.66 | 193.04 | 0.15 | 0.29 |
| Hex | 3F | 51 | 56 | 1B | 6 | 0 | 42 | C1 | F | 1D |
| Octal | 77 | 121 | 126 | 33 | 6 | 0 | 102 | 301 | 17 | 35 |
| Binary | 111111 | 1010001 | 1010110 | 11011 | 110 | 0 | 1000010 | 11000001 | 1111 | 11101 |
Color Harmonies of #3F5156
Complementary color
Monochromatic Colors of #3F5156
Black with #3F5156
Text Example
Text Example
White with #3F5156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5156; }
p { color: rgb(63,81,86); }
H1.HeaderClassName
{
color: #3F5156;
}
.AnyTagClassName
{
color: #3F5156;
}
</style>
background-color css
<style>
a { background-color: #3F5156; }
a { background-color: rgb(63,81,86); }
div.DivClassName
{
background-color: #3F5156;
}
.BgClassName
{
background-color: #3F5156;
}
</style>
border-color css
<style>
span { border-color: #3F5156; }
span { border-color: rgb(63,81,86); }
td.TdClassName
{
border-color: #3F5156;
}
.TagClassName
{
border-color: #3F5156;
}
</style>