Shades of Casal #3D5659
Tints of Casal #3D5659
RGB
CMYK
RGB Variations
Color information
#3D5659 (or 0x3D5659) is known color: Casal. HEX triplet: 3D, 56 and 59. RGB value is (61,86,89). Sum of RGB (Red+Green+Blue) = 61+86+89=236 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.85% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 89 - color contains mainly: blue. Hex color #3D5659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5659 is #C2A9A6. Grayscale: #4E4E4E. Windows color (decimal): -12757415 or 5854781. OLE color: 5854781.
HSL color Cylindrical-coordinate representation of color #3D5659: hue angle of 186.43º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D5659 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 86 | 89 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.65 |
| HSL | 186.43º | 0.19% | 0.29% | - |
| HSV(B) | 186.43º | 0.31% | 0.35% | - |
| XYZ | 7.06 | 8.37 | 10.69 | - |
| YUV | 78.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 86 | 89 | 0.31 | 0.03 | 0 | 0.65 | 186.43 | 0.19 | 0.29 |
| Hex | 3D | 56 | 59 | 1F | 3 | 0 | 41 | BA | 13 | 1D |
| Octal | 75 | 126 | 131 | 37 | 3 | 0 | 101 | 272 | 23 | 35 |
| Binary | 111101 | 1010110 | 1011001 | 11111 | 11 | 0 | 1000001 | 10111010 | 10011 | 11101 |
Color Harmonies of #3D5659
Complementary color
Monochromatic Colors of #3D5659
Black with #3D5659
Text Example
Text Example
White with #3D5659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5659; }
p { color: rgb(61,86,89); }
H1.HeaderClassName
{
color: #3D5659;
}
.AnyTagClassName
{
color: #3D5659;
}
</style>
background-color css
<style>
a { background-color: #3D5659; }
a { background-color: rgb(61,86,89); }
div.DivClassName
{
background-color: #3D5659;
}
.BgClassName
{
background-color: #3D5659;
}
</style>
border-color css
<style>
span { border-color: #3D5659; }
span { border-color: rgb(61,86,89); }
td.TdClassName
{
border-color: #3D5659;
}
.TagClassName
{
border-color: #3D5659;
}
</style>