Shades of Casal #3D5256
Tints of Casal #3D5256
RGB
CMYK
RGB Variations
Color information
#3D5256 (or 0x3D5256) is known color: Casal. HEX triplet: 3D, 52 and 56. RGB value is (61,82,86). Sum of RGB (Red+Green+Blue) = 61+82+86=229 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.64% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 86 - color contains mainly: blue. Hex color #3D5256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5256 is #C2ADA9. Grayscale: #4C4C4C. Windows color (decimal): -12758442 or 5657149. OLE color: 5657149.
HSL color Cylindrical-coordinate representation of color #3D5256: hue angle of 189.6º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3D5256 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 61 | 82 | 86 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.66 |
| HSL | 189.6º | 0.17% | 0.29% | - |
| HSV(B) | 189.6º | 0.29% | 0.34% | - |
| XYZ | 6.62 | 7.7 | 9.94 | - |
| YUV | 76.18 | 133.54 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 82 | 86 | 0.29 | 0.05 | 0 | 0.66 | 189.6 | 0.17 | 0.29 |
| Hex | 3D | 52 | 56 | 1D | 5 | 0 | 42 | BE | 11 | 1D |
| Octal | 75 | 122 | 126 | 35 | 5 | 0 | 102 | 276 | 21 | 35 |
| Binary | 111101 | 1010010 | 1010110 | 11101 | 101 | 0 | 1000010 | 10111110 | 10001 | 11101 |
Color Harmonies of #3D5256
Complementary color
Monochromatic Colors of #3D5256
Black with #3D5256
Text Example
Text Example
White with #3D5256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5256; }
p { color: rgb(61,82,86); }
H1.HeaderClassName
{
color: #3D5256;
}
.AnyTagClassName
{
color: #3D5256;
}
</style>
background-color css
<style>
a { background-color: #3D5256; }
a { background-color: rgb(61,82,86); }
div.DivClassName
{
background-color: #3D5256;
}
.BgClassName
{
background-color: #3D5256;
}
</style>
border-color css
<style>
span { border-color: #3D5256; }
span { border-color: rgb(61,82,86); }
td.TdClassName
{
border-color: #3D5256;
}
.TagClassName
{
border-color: #3D5256;
}
</style>