Shades of Casal #3D4F54
Tints of Casal #3D4F54
RGB
CMYK
RGB Variations
Color information
#3D4F54 (or 0x3D4F54) is known color: Casal. HEX triplet: 3D, 4F and 54. RGB value is (61,79,84). Sum of RGB (Red+Green+Blue) = 61+79+84=224 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.23% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 84 - color contains mainly: blue. Hex color #3D4F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D4F54 is #C2B0AB. Grayscale: #4A4A4A. Windows color (decimal): -12759212 or 5525309. OLE color: 5525309.
HSL color Cylindrical-coordinate representation of color #3D4F54: hue angle of 193.04º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3D4F54 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 79 | 84 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.67 |
| HSL | 193.04º | 0.16% | 0.28% | - |
| HSV(B) | 193.04º | 0.27% | 0.33% | - |
| XYZ | 6.32 | 7.22 | 9.45 | - |
| YUV | 74.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 79 | 84 | 0.27 | 0.06 | 0 | 0.67 | 193.04 | 0.16 | 0.28 |
| Hex | 3D | 4F | 54 | 1B | 6 | 0 | 43 | C1 | 10 | 1C |
| Octal | 75 | 117 | 124 | 33 | 6 | 0 | 103 | 301 | 20 | 34 |
| Binary | 111101 | 1001111 | 1010100 | 11011 | 110 | 0 | 1000011 | 11000001 | 10000 | 11100 |
Color Harmonies of #3D4F54
Complementary color
Monochromatic Colors of #3D4F54
Black with #3D4F54
Text Example
Text Example
White with #3D4F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4F54; }
p { color: rgb(61,79,84); }
H1.HeaderClassName
{
color: #3D4F54;
}
.AnyTagClassName
{
color: #3D4F54;
}
</style>
background-color css
<style>
a { background-color: #3D4F54; }
a { background-color: rgb(61,79,84); }
div.DivClassName
{
background-color: #3D4F54;
}
.BgClassName
{
background-color: #3D4F54;
}
</style>
border-color css
<style>
span { border-color: #3D4F54; }
span { border-color: rgb(61,79,84); }
td.TdClassName
{
border-color: #3D4F54;
}
.TagClassName
{
border-color: #3D4F54;
}
</style>