Shades of Casal #3F5860
Tints of Casal #3F5860
RGB
CMYK
RGB Variations
Color information
#3F5860 (or 0x3F5860) is known color: Casal. HEX triplet: 3F, 58 and 60. RGB value is (63,88,96). Sum of RGB (Red+Green+Blue) = 63+88+96=247 (32% of max value = 765). Red value is 63 (25% from 255 or 25.51% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 96 - color contains mainly: blue. Hex color #3F5860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5860 is #C0A79F. Grayscale: #515151. Windows color (decimal): -12625824 or 6314047. OLE color: 6314047.
HSL color Cylindrical-coordinate representation of color #3F5860: hue angle of 194.55º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F5860 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 88 | 96 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.62 |
| HSL | 194.55º | 0.21% | 0.31% | - |
| HSV(B) | 194.55º | 0.34% | 0.38% | - |
| XYZ | 7.65 | 8.88 | 12.38 | - |
| YUV | 81.44 | 136.22 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 88 | 96 | 0.34 | 0.08 | 0 | 0.62 | 194.55 | 0.21 | 0.31 |
| Hex | 3F | 58 | 60 | 22 | 8 | 0 | 3E | C3 | 15 | 1F |
| Octal | 77 | 130 | 140 | 42 | 10 | 0 | 76 | 303 | 25 | 37 |
| Binary | 111111 | 1011000 | 1100000 | 100010 | 1000 | 0 | 111110 | 11000011 | 10101 | 11111 |
Color Harmonies of #3F5860
Complementary color
Monochromatic Colors of #3F5860
Black with #3F5860
Text Example
Text Example
White with #3F5860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5860; }
p { color: rgb(63,88,96); }
H1.HeaderClassName
{
color: #3F5860;
}
.AnyTagClassName
{
color: #3F5860;
}
</style>
background-color css
<style>
a { background-color: #3F5860; }
a { background-color: rgb(63,88,96); }
div.DivClassName
{
background-color: #3F5860;
}
.BgClassName
{
background-color: #3F5860;
}
</style>
border-color css
<style>
span { border-color: #3F5860; }
span { border-color: rgb(63,88,96); }
td.TdClassName
{
border-color: #3F5860;
}
.TagClassName
{
border-color: #3F5860;
}
</style>