Shades of Casal #3F585D
Tints of Casal #3F585D
RGB
CMYK
RGB Variations
Color information
#3F585D (or 0x3F585D) is known color: Casal. HEX triplet: 3F, 58 and 5D. RGB value is (63,88,93). Sum of RGB (Red+Green+Blue) = 63+88+93=244 (32% of max value = 765). Red value is 63 (25% from 255 or 25.82% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 93 - color contains mainly: blue. Hex color #3F585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F585D is #C0A7A2. Grayscale: #515151. Windows color (decimal): -12625827 or 6117439. OLE color: 6117439.
HSL color Cylindrical-coordinate representation of color #3F585D: hue angle of 190º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F585D is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 88 | 93 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.64 |
| HSL | 190º | 0.19% | 0.31% | - |
| HSV(B) | 190º | 0.32% | 0.36% | - |
| XYZ | 7.52 | 8.83 | 11.66 | - |
| YUV | 81.1 | 134.72 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 88 | 93 | 0.32 | 0.05 | 0 | 0.64 | 190 | 0.19 | 0.31 |
| Hex | 3F | 58 | 5D | 20 | 5 | 0 | 40 | BE | 13 | 1F |
| Octal | 77 | 130 | 135 | 40 | 5 | 0 | 100 | 276 | 23 | 37 |
| Binary | 111111 | 1011000 | 1011101 | 100000 | 101 | 0 | 1000000 | 10111110 | 10011 | 11111 |
Color Harmonies of #3F585D
Complementary color
Monochromatic Colors of #3F585D
Black with #3F585D
Text Example
Text Example
White with #3F585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F585D; }
p { color: rgb(63,88,93); }
H1.HeaderClassName
{
color: #3F585D;
}
.AnyTagClassName
{
color: #3F585D;
}
</style>
background-color css
<style>
a { background-color: #3F585D; }
a { background-color: rgb(63,88,93); }
div.DivClassName
{
background-color: #3F585D;
}
.BgClassName
{
background-color: #3F585D;
}
</style>
border-color css
<style>
span { border-color: #3F585D; }
span { border-color: rgb(63,88,93); }
td.TdClassName
{
border-color: #3F585D;
}
.TagClassName
{
border-color: #3F585D;
}
</style>