Shades of Casal #3D5255
Tints of Casal #3D5255
RGB
CMYK
RGB Variations
Color information
#3D5255 (or 0x3D5255) is known color: Casal. HEX triplet: 3D, 52 and 55. RGB value is (61,82,85). Sum of RGB (Red+Green+Blue) = 61+82+85=228 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.75% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 85 - color contains mainly: blue. Hex color #3D5255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5255 is #C2ADAA. Grayscale: #4C4C4C. Windows color (decimal): -12758443 or 5591613. OLE color: 5591613.
HSL color Cylindrical-coordinate representation of color #3D5255: hue angle of 187.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D5255 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 82 | 85 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.67 |
| HSL | 187.5º | 0.16% | 0.29% | - |
| HSV(B) | 187.5º | 0.28% | 0.33% | - |
| XYZ | 6.58 | 7.68 | 9.73 | - |
| YUV | 76.06 | 133.04 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 82 | 85 | 0.28 | 0.04 | 0 | 0.67 | 187.5 | 0.16 | 0.29 |
| Hex | 3D | 52 | 55 | 1C | 4 | 0 | 43 | BC | 10 | 1D |
| Octal | 75 | 122 | 125 | 34 | 4 | 0 | 103 | 274 | 20 | 35 |
| Binary | 111101 | 1010010 | 1010101 | 11100 | 100 | 0 | 1000011 | 10111100 | 10000 | 11101 |
Color Harmonies of #3D5255
Complementary color
Monochromatic Colors of #3D5255
Black with #3D5255
Text Example
Text Example
White with #3D5255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5255; }
p { color: rgb(61,82,85); }
H1.HeaderClassName
{
color: #3D5255;
}
.AnyTagClassName
{
color: #3D5255;
}
</style>
background-color css
<style>
a { background-color: #3D5255; }
a { background-color: rgb(61,82,85); }
div.DivClassName
{
background-color: #3D5255;
}
.BgClassName
{
background-color: #3D5255;
}
</style>
border-color css
<style>
span { border-color: #3D5255; }
span { border-color: rgb(61,82,85); }
td.TdClassName
{
border-color: #3D5255;
}
.TagClassName
{
border-color: #3D5255;
}
</style>