Shades of Casal #3F5057
Tints of Casal #3F5057
RGB
CMYK
RGB Variations
Color information
#3F5057 (or 0x3F5057) is known color: Casal. HEX triplet: 3F, 50 and 57. RGB value is (63,80,87). Sum of RGB (Red+Green+Blue) = 63+80+87=230 (30% of max value = 765). Red value is 63 (25% from 255 or 27.39% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 87 - color contains mainly: blue. Hex color #3F5057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5057 is #C0AFA8. Grayscale: #4B4B4B. Windows color (decimal): -12627881 or 5722175. OLE color: 5722175.
HSL color Cylindrical-coordinate representation of color #3F5057: hue angle of 197.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F5057 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 80 | 87 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.66 |
| HSL | 197.5º | 0.16% | 0.29% | - |
| HSV(B) | 197.5º | 0.28% | 0.34% | - |
| XYZ | 6.64 | 7.48 | 10.11 | - |
| YUV | 75.72 | 134.37 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 80 | 87 | 0.28 | 0.08 | 0 | 0.66 | 197.5 | 0.16 | 0.29 |
| Hex | 3F | 50 | 57 | 1C | 8 | 0 | 42 | C6 | 10 | 1D |
| Octal | 77 | 120 | 127 | 34 | 10 | 0 | 102 | 306 | 20 | 35 |
| Binary | 111111 | 1010000 | 1010111 | 11100 | 1000 | 0 | 1000010 | 11000110 | 10000 | 11101 |
Color Harmonies of #3F5057
Complementary color
Monochromatic Colors of #3F5057
Black with #3F5057
Text Example
Text Example
White with #3F5057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5057; }
p { color: rgb(63,80,87); }
H1.HeaderClassName
{
color: #3F5057;
}
.AnyTagClassName
{
color: #3F5057;
}
</style>
background-color css
<style>
a { background-color: #3F5057; }
a { background-color: rgb(63,80,87); }
div.DivClassName
{
background-color: #3F5057;
}
.BgClassName
{
background-color: #3F5057;
}
</style>
border-color css
<style>
span { border-color: #3F5057; }
span { border-color: rgb(63,80,87); }
td.TdClassName
{
border-color: #3F5057;
}
.TagClassName
{
border-color: #3F5057;
}
</style>