Shades of Casal #3F5359
Tints of Casal #3F5359
RGB
CMYK
RGB Variations
Color information
#3F5359 (or 0x3F5359) is known color: Casal. HEX triplet: 3F, 53 and 59. RGB value is (63,83,89). Sum of RGB (Red+Green+Blue) = 63+83+89=235 (31% of max value = 765). Red value is 63 (25% from 255 or 26.81% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F5359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5359 is #C0ACA6. Grayscale: #4D4D4D. Windows color (decimal): -12627111 or 5854015. OLE color: 5854015.
HSL color Cylindrical-coordinate representation of color #3F5359: hue angle of 193.85º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F5359 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 83 | 89 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.65 |
| HSL | 193.85º | 0.17% | 0.3% | - |
| HSV(B) | 193.85º | 0.29% | 0.35% | - |
| XYZ | 6.95 | 7.96 | 10.62 | - |
| YUV | 77.7 | 134.37 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 89 | 0.29 | 0.07 | 0 | 0.65 | 193.85 | 0.17 | 0.3 |
| Hex | 3F | 53 | 59 | 1D | 7 | 0 | 41 | C2 | 11 | 1E |
| Octal | 77 | 123 | 131 | 35 | 7 | 0 | 101 | 302 | 21 | 36 |
| Binary | 111111 | 1010011 | 1011001 | 11101 | 111 | 0 | 1000001 | 11000010 | 10001 | 11110 |
Color Harmonies of #3F5359
Complementary color
Monochromatic Colors of #3F5359
Black with #3F5359
Text Example
Text Example
White with #3F5359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5359; }
p { color: rgb(63,83,89); }
H1.HeaderClassName
{
color: #3F5359;
}
.AnyTagClassName
{
color: #3F5359;
}
</style>
background-color css
<style>
a { background-color: #3F5359; }
a { background-color: rgb(63,83,89); }
div.DivClassName
{
background-color: #3F5359;
}
.BgClassName
{
background-color: #3F5359;
}
</style>
border-color css
<style>
span { border-color: #3F5359; }
span { border-color: rgb(63,83,89); }
td.TdClassName
{
border-color: #3F5359;
}
.TagClassName
{
border-color: #3F5359;
}
</style>