Shades of Casal #3F545B
Tints of Casal #3F545B
RGB
CMYK
RGB Variations
Color information
#3F545B (or 0x3F545B) is known color: Casal. HEX triplet: 3F, 54 and 5B. RGB value is (63,84,91). Sum of RGB (Red+Green+Blue) = 63+84+91=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F545B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F545B is #C0ABA4. Grayscale: #4E4E4E. Windows color (decimal): -12626853 or 5985343. OLE color: 5985343.
HSL color Cylindrical-coordinate representation of color #3F545B: hue angle of 195º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3F545B is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 84 | 91 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.64 |
| HSL | 195º | 0.18% | 0.3% | - |
| HSV(B) | 195º | 0.31% | 0.36% | - |
| XYZ | 7.11 | 8.15 | 11.1 | - |
| YUV | 78.52 | 135.04 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 84 | 91 | 0.31 | 0.08 | 0 | 0.64 | 195 | 0.18 | 0.3 |
| Hex | 3F | 54 | 5B | 1F | 8 | 0 | 40 | C3 | 12 | 1E |
| Octal | 77 | 124 | 133 | 37 | 10 | 0 | 100 | 303 | 22 | 36 |
| Binary | 111111 | 1010100 | 1011011 | 11111 | 1000 | 0 | 1000000 | 11000011 | 10010 | 11110 |
Color Harmonies of #3F545B
Complementary color
Monochromatic Colors of #3F545B
Black with #3F545B
Text Example
Text Example
White with #3F545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F545B; }
p { color: rgb(63,84,91); }
H1.HeaderClassName
{
color: #3F545B;
}
.AnyTagClassName
{
color: #3F545B;
}
</style>
background-color css
<style>
a { background-color: #3F545B; }
a { background-color: rgb(63,84,91); }
div.DivClassName
{
background-color: #3F545B;
}
.BgClassName
{
background-color: #3F545B;
}
</style>
border-color css
<style>
span { border-color: #3F545B; }
span { border-color: rgb(63,84,91); }
td.TdClassName
{
border-color: #3F545B;
}
.TagClassName
{
border-color: #3F545B;
}
</style>