Shades of Casal #3F4E52
Tints of Casal #3F4E52
RGB
CMYK
RGB Variations
Color information
#3F4E52 (or 0x3F4E52) is known color: Casal. HEX triplet: 3F, 4E and 52. RGB value is (63,78,82). Sum of RGB (Red+Green+Blue) = 63+78+82=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 82 - color contains mainly: blue. Hex color #3F4E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F4E52 is #C0B1AD. Grayscale: #494949. Windows color (decimal): -12628398 or 5393983. OLE color: 5393983.
HSL color Cylindrical-coordinate representation of color #3F4E52: hue angle of 192.63º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3F4E52 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 78 | 82 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.68 |
| HSL | 192.63º | 0.13% | 0.28% | - |
| HSV(B) | 192.63º | 0.23% | 0.32% | - |
| XYZ | 6.3 | 7.11 | 9.02 | - |
| YUV | 73.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 78 | 82 | 0.23 | 0.05 | 0 | 0.68 | 192.63 | 0.13 | 0.28 |
| Hex | 3F | 4E | 52 | 17 | 5 | 0 | 44 | C1 | D | 1C |
| Octal | 77 | 116 | 122 | 27 | 5 | 0 | 104 | 301 | 15 | 34 |
| Binary | 111111 | 1001110 | 1010010 | 10111 | 101 | 0 | 1000100 | 11000001 | 1101 | 11100 |
Color Harmonies of #3F4E52
Complementary color
Monochromatic Colors of #3F4E52
Black with #3F4E52
Text Example
Text Example
White with #3F4E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4E52; }
p { color: rgb(63,78,82); }
H1.HeaderClassName
{
color: #3F4E52;
}
.AnyTagClassName
{
color: #3F4E52;
}
</style>
background-color css
<style>
a { background-color: #3F4E52; }
a { background-color: rgb(63,78,82); }
div.DivClassName
{
background-color: #3F4E52;
}
.BgClassName
{
background-color: #3F4E52;
}
</style>
border-color css
<style>
span { border-color: #3F4E52; }
span { border-color: rgb(63,78,82); }
td.TdClassName
{
border-color: #3F4E52;
}
.TagClassName
{
border-color: #3F4E52;
}
</style>