Shades of Casal #3F4F52
Tints of Casal #3F4F52
RGB
CMYK
RGB Variations
Color information
#3F4F52 (or 0x3F4F52) is known color: Casal. HEX triplet: 3F, 4F and 52. RGB value is (63,79,82). Sum of RGB (Red+Green+Blue) = 63+79+82=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 82 - color contains mainly: blue. Hex color #3F4F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F4F52 is #C0B0AD. Grayscale: #4A4A4A. Windows color (decimal): -12628142 or 5394239. OLE color: 5394239.
HSL color Cylindrical-coordinate representation of color #3F4F52: hue angle of 189.47º 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 #3F4F52 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 79 | 82 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.68 |
| HSL | 189.47º | 0.13% | 0.28% | - |
| HSV(B) | 189.47º | 0.23% | 0.32% | - |
| XYZ | 6.37 | 7.26 | 9.05 | - |
| YUV | 74.56 | 132.2 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 79 | 82 | 0.23 | 0.04 | 0 | 0.68 | 189.47 | 0.13 | 0.28 |
| Hex | 3F | 4F | 52 | 17 | 4 | 0 | 44 | BD | D | 1C |
| Octal | 77 | 117 | 122 | 27 | 4 | 0 | 104 | 275 | 15 | 34 |
| Binary | 111111 | 1001111 | 1010010 | 10111 | 100 | 0 | 1000100 | 10111101 | 1101 | 11100 |
Color Harmonies of #3F4F52
Complementary color
Monochromatic Colors of #3F4F52
Black with #3F4F52
Text Example
Text Example
White with #3F4F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4F52; }
p { color: rgb(63,79,82); }
H1.HeaderClassName
{
color: #3F4F52;
}
.AnyTagClassName
{
color: #3F4F52;
}
</style>
background-color css
<style>
a { background-color: #3F4F52; }
a { background-color: rgb(63,79,82); }
div.DivClassName
{
background-color: #3F4F52;
}
.BgClassName
{
background-color: #3F4F52;
}
</style>
border-color css
<style>
span { border-color: #3F4F52; }
span { border-color: rgb(63,79,82); }
td.TdClassName
{
border-color: #3F4F52;
}
.TagClassName
{
border-color: #3F4F52;
}
</style>