Shades of Casal #3F5559
Tints of Casal #3F5559
RGB
CMYK
RGB Variations
Color information
#3F5559 (or 0x3F5559) is known color: Casal. HEX triplet: 3F, 55 and 59. RGB value is (63,85,89). Sum of RGB (Red+Green+Blue) = 63+85+89=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F5559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5559 is #C0AAA6. Grayscale: #4E4E4E. Windows color (decimal): -12626599 or 5854527. OLE color: 5854527.
HSL color Cylindrical-coordinate representation of color #3F5559: hue angle of 189.23º 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 #3F5559 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 85 | 89 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.65 |
| HSL | 189.23º | 0.17% | 0.3% | - |
| HSV(B) | 189.23º | 0.29% | 0.35% | - |
| XYZ | 7.1 | 8.28 | 10.67 | - |
| YUV | 78.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 85 | 89 | 0.29 | 0.04 | 0 | 0.65 | 189.23 | 0.17 | 0.3 |
| Hex | 3F | 55 | 59 | 1D | 4 | 0 | 41 | BD | 11 | 1E |
| Octal | 77 | 125 | 131 | 35 | 4 | 0 | 101 | 275 | 21 | 36 |
| Binary | 111111 | 1010101 | 1011001 | 11101 | 100 | 0 | 1000001 | 10111101 | 10001 | 11110 |
Color Harmonies of #3F5559
Complementary color
Monochromatic Colors of #3F5559
Black with #3F5559
Text Example
Text Example
White with #3F5559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5559; }
p { color: rgb(63,85,89); }
H1.HeaderClassName
{
color: #3F5559;
}
.AnyTagClassName
{
color: #3F5559;
}
</style>
background-color css
<style>
a { background-color: #3F5559; }
a { background-color: rgb(63,85,89); }
div.DivClassName
{
background-color: #3F5559;
}
.BgClassName
{
background-color: #3F5559;
}
</style>
border-color css
<style>
span { border-color: #3F5559; }
span { border-color: rgb(63,85,89); }
td.TdClassName
{
border-color: #3F5559;
}
.TagClassName
{
border-color: #3F5559;
}
</style>