Shades of Casal #3D565D
Tints of Casal #3D565D
RGB
CMYK
RGB Variations
Color information
#3D565D (or 0x3D565D) is known color: Casal. HEX triplet: 3D, 56 and 5D. RGB value is (61,86,93). Sum of RGB (Red+Green+Blue) = 61+86+93=240 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.42% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 93 - color contains mainly: blue. Hex color #3D565D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D565D is #C2A9A2. Grayscale: #4F4F4F. Windows color (decimal): -12757411 or 6116925. OLE color: 6116925.
HSL color Cylindrical-coordinate representation of color #3D565D: hue angle of 193.12º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D565D is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 86 | 93 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.64 |
| HSL | 193.13º | 0.21% | 0.3% | - |
| HSV(B) | 193.13º | 0.34% | 0.36% | - |
| XYZ | 7.23 | 8.44 | 11.6 | - |
| YUV | 79.32 | 135.72 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 86 | 93 | 0.34 | 0.08 | 0 | 0.64 | 193.13 | 0.21 | 0.3 |
| Hex | 3D | 56 | 5D | 22 | 8 | 0 | 40 | C1 | 15 | 1E |
| Octal | 75 | 126 | 135 | 42 | 10 | 0 | 100 | 301 | 25 | 36 |
| Binary | 111101 | 1010110 | 1011101 | 100010 | 1000 | 0 | 1000000 | 11000001 | 10101 | 11110 |
Color Harmonies of #3D565D
Complementary color
Monochromatic Colors of #3D565D
Black with #3D565D
Text Example
Text Example
White with #3D565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D565D; }
p { color: rgb(61,86,93); }
H1.HeaderClassName
{
color: #3D565D;
}
.AnyTagClassName
{
color: #3D565D;
}
</style>
background-color css
<style>
a { background-color: #3D565D; }
a { background-color: rgb(61,86,93); }
div.DivClassName
{
background-color: #3D565D;
}
.BgClassName
{
background-color: #3D565D;
}
</style>
border-color css
<style>
span { border-color: #3D565D; }
span { border-color: rgb(61,86,93); }
td.TdClassName
{
border-color: #3D565D;
}
.TagClassName
{
border-color: #3D565D;
}
</style>