Shades of Casal #3F575B
Tints of Casal #3F575B
RGB
CMYK
RGB Variations
Color information
#3F575B (or 0x3F575B) is known color: Casal. HEX triplet: 3F, 57 and 5B. RGB value is (63,87,91). Sum of RGB (Red+Green+Blue) = 63+87+91=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F575B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F575B is #C0A8A4. Grayscale: #505050. Windows color (decimal): -12626085 or 5986111. OLE color: 5986111.
HSL color Cylindrical-coordinate representation of color #3F575B: hue angle of 188.57º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3F575B is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 87 | 91 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.64 |
| HSL | 188.57º | 0.18% | 0.3% | - |
| HSV(B) | 188.57º | 0.31% | 0.36% | - |
| XYZ | 7.35 | 8.63 | 11.18 | - |
| YUV | 80.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 87 | 91 | 0.31 | 0.04 | 0 | 0.64 | 188.57 | 0.18 | 0.3 |
| Hex | 3F | 57 | 5B | 1F | 4 | 0 | 40 | BD | 12 | 1E |
| Octal | 77 | 127 | 133 | 37 | 4 | 0 | 100 | 275 | 22 | 36 |
| Binary | 111111 | 1010111 | 1011011 | 11111 | 100 | 0 | 1000000 | 10111101 | 10010 | 11110 |
Color Harmonies of #3F575B
Complementary color
Monochromatic Colors of #3F575B
Black with #3F575B
Text Example
Text Example
White with #3F575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F575B; }
p { color: rgb(63,87,91); }
H1.HeaderClassName
{
color: #3F575B;
}
.AnyTagClassName
{
color: #3F575B;
}
</style>
background-color css
<style>
a { background-color: #3F575B; }
a { background-color: rgb(63,87,91); }
div.DivClassName
{
background-color: #3F575B;
}
.BgClassName
{
background-color: #3F575B;
}
</style>
border-color css
<style>
span { border-color: #3F575B; }
span { border-color: rgb(63,87,91); }
td.TdClassName
{
border-color: #3F575B;
}
.TagClassName
{
border-color: #3F575B;
}
</style>