Shades of Casal #3F5358
Tints of Casal #3F5358
RGB
CMYK
RGB Variations
Color information
#3F5358 (or 0x3F5358) is known color: Casal. HEX triplet: 3F, 53 and 58. RGB value is (63,83,88). Sum of RGB (Red+Green+Blue) = 63+83+88=234 (30% of max value = 765). Red value is 63 (25% from 255 or 26.92% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F5358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5358 is #C0ACA7. Grayscale: #4D4D4D. Windows color (decimal): -12627112 or 5788479. OLE color: 5788479.
HSL color Cylindrical-coordinate representation of color #3F5358: hue angle of 192º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F5358 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 83 | 88 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.65 |
| HSL | 192º | 0.17% | 0.3% | - |
| HSV(B) | 192º | 0.28% | 0.35% | - |
| XYZ | 6.9 | 7.95 | 10.4 | - |
| YUV | 77.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 88 | 0.28 | 0.06 | 0 | 0.65 | 192 | 0.17 | 0.3 |
| Hex | 3F | 53 | 58 | 1C | 6 | 0 | 41 | C0 | 11 | 1E |
| Octal | 77 | 123 | 130 | 34 | 6 | 0 | 101 | 300 | 21 | 36 |
| Binary | 111111 | 1010011 | 1011000 | 11100 | 110 | 0 | 1000001 | 11000000 | 10001 | 11110 |
Color Harmonies of #3F5358
Complementary color
Monochromatic Colors of #3F5358
Black with #3F5358
Text Example
Text Example
White with #3F5358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5358; }
p { color: rgb(63,83,88); }
H1.HeaderClassName
{
color: #3F5358;
}
.AnyTagClassName
{
color: #3F5358;
}
</style>
background-color css
<style>
a { background-color: #3F5358; }
a { background-color: rgb(63,83,88); }
div.DivClassName
{
background-color: #3F5358;
}
.BgClassName
{
background-color: #3F5358;
}
</style>
border-color css
<style>
span { border-color: #3F5358; }
span { border-color: rgb(63,83,88); }
td.TdClassName
{
border-color: #3F5358;
}
.TagClassName
{
border-color: #3F5358;
}
</style>