Shades of Casal #3F5961
Tints of Casal #3F5961
RGB
CMYK
RGB Variations
Color information
#3F5961 (or 0x3F5961) is known color: Casal. HEX triplet: 3F, 59 and 61. RGB value is (63,89,97). Sum of RGB (Red+Green+Blue) = 63+89+97=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 97 - color contains mainly: blue. Hex color #3F5961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5961 is #C0A69E. Grayscale: #525252. Windows color (decimal): -12625567 or 6379839. OLE color: 6379839.
HSL color Cylindrical-coordinate representation of color #3F5961: hue angle of 194.12º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F5961 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 89 | 97 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.62 |
| HSL | 194.12º | 0.21% | 0.31% | - |
| HSV(B) | 194.12º | 0.35% | 0.38% | - |
| XYZ | 7.78 | 9.06 | 12.65 | - |
| YUV | 82.14 | 136.39 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 89 | 97 | 0.35 | 0.08 | 0 | 0.62 | 194.12 | 0.21 | 0.31 |
| Hex | 3F | 59 | 61 | 23 | 8 | 0 | 3E | C2 | 15 | 1F |
| Octal | 77 | 131 | 141 | 43 | 10 | 0 | 76 | 302 | 25 | 37 |
| Binary | 111111 | 1011001 | 1100001 | 100011 | 1000 | 0 | 111110 | 11000010 | 10101 | 11111 |
Color Harmonies of #3F5961
Complementary color
Monochromatic Colors of #3F5961
Black with #3F5961
Text Example
Text Example
White with #3F5961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5961; }
p { color: rgb(63,89,97); }
H1.HeaderClassName
{
color: #3F5961;
}
.AnyTagClassName
{
color: #3F5961;
}
</style>
background-color css
<style>
a { background-color: #3F5961; }
a { background-color: rgb(63,89,97); }
div.DivClassName
{
background-color: #3F5961;
}
.BgClassName
{
background-color: #3F5961;
}
</style>
border-color css
<style>
span { border-color: #3F5961; }
span { border-color: rgb(63,89,97); }
td.TdClassName
{
border-color: #3F5961;
}
.TagClassName
{
border-color: #3F5961;
}
</style>