Shades of Casal #3F575A
Tints of Casal #3F575A
RGB
CMYK
RGB Variations
Color information
#3F575A (or 0x3F575A) is known color: Casal. HEX triplet: 3F, 57 and 5A. RGB value is (63,87,90). Sum of RGB (Red+Green+Blue) = 63+87+90=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 90 - color contains mainly: blue. Hex color #3F575A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F575A is #C0A8A5. Grayscale: #505050. Windows color (decimal): -12626086 or 5920575. OLE color: 5920575.
HSL color Cylindrical-coordinate representation of color #3F575A: hue angle of 186.67º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3F575A is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 87 | 90 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.65 |
| HSL | 186.67º | 0.18% | 0.3% | - |
| HSV(B) | 186.67º | 0.3% | 0.35% | - |
| XYZ | 7.3 | 8.61 | 10.95 | - |
| YUV | 80.17 | 133.55 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 87 | 90 | 0.30 | 0.03 | 0 | 0.65 | 186.67 | 0.18 | 0.3 |
| Hex | 3F | 57 | 5A | 1E | 3 | 0 | 41 | BB | 12 | 1E |
| Octal | 77 | 127 | 132 | 36 | 3 | 0 | 101 | 273 | 22 | 36 |
| Binary | 111111 | 1010111 | 1011010 | 11110 | 11 | 0 | 1000001 | 10111011 | 10010 | 11110 |
Color Harmonies of #3F575A
Complementary color
Monochromatic Colors of #3F575A
Black with #3F575A
Text Example
Text Example
White with #3F575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F575A; }
p { color: rgb(63,87,90); }
H1.HeaderClassName
{
color: #3F575A;
}
.AnyTagClassName
{
color: #3F575A;
}
</style>
background-color css
<style>
a { background-color: #3F575A; }
a { background-color: rgb(63,87,90); }
div.DivClassName
{
background-color: #3F575A;
}
.BgClassName
{
background-color: #3F575A;
}
</style>
border-color css
<style>
span { border-color: #3F575A; }
span { border-color: rgb(63,87,90); }
td.TdClassName
{
border-color: #3F575A;
}
.TagClassName
{
border-color: #3F575A;
}
</style>