Shades of Casal #3F5356
Tints of Casal #3F5356
RGB
CMYK
RGB Variations
Color information
#3F5356 (or 0x3F5356) is known color: Casal. HEX triplet: 3F, 53 and 56. RGB value is (63,83,86). Sum of RGB (Red+Green+Blue) = 63+83+86=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 86 - color contains mainly: blue. Hex color #3F5356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5356 is #C0ACA9. Grayscale: #4D4D4D. Windows color (decimal): -12627114 or 5657407. OLE color: 5657407.
HSL color Cylindrical-coordinate representation of color #3F5356: hue angle of 187.83º 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 #3F5356 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 83 | 86 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.66 |
| HSL | 187.83º | 0.15% | 0.29% | - |
| HSV(B) | 187.83º | 0.27% | 0.34% | - |
| XYZ | 6.82 | 7.92 | 9.97 | - |
| YUV | 77.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 86 | 0.27 | 0.03 | 0 | 0.66 | 187.83 | 0.15 | 0.29 |
| Hex | 3F | 53 | 56 | 1B | 3 | 0 | 42 | BC | F | 1D |
| Octal | 77 | 123 | 126 | 33 | 3 | 0 | 102 | 274 | 17 | 35 |
| Binary | 111111 | 1010011 | 1010110 | 11011 | 11 | 0 | 1000010 | 10111100 | 1111 | 11101 |
Color Harmonies of #3F5356
Complementary color
Monochromatic Colors of #3F5356
Black with #3F5356
Text Example
Text Example
White with #3F5356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5356; }
p { color: rgb(63,83,86); }
H1.HeaderClassName
{
color: #3F5356;
}
.AnyTagClassName
{
color: #3F5356;
}
</style>
background-color css
<style>
a { background-color: #3F5356; }
a { background-color: rgb(63,83,86); }
div.DivClassName
{
background-color: #3F5356;
}
.BgClassName
{
background-color: #3F5356;
}
</style>
border-color css
<style>
span { border-color: #3F5356; }
span { border-color: rgb(63,83,86); }
td.TdClassName
{
border-color: #3F5356;
}
.TagClassName
{
border-color: #3F5356;
}
</style>