Shades of Chambray #3D5571
Tints of Chambray #3D5571
RGB
CMYK
RGB Variations
Color information
#3D5571 (or 0x3D5571) is known color: Chambray. HEX triplet: 3D, 55 and 71. RGB value is (61,85,113). Sum of RGB (Red+Green+Blue) = 61+85+113=259 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.55% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D5571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5571 is #C2AA8E. Grayscale: #505050. Windows color (decimal): -12757647 or 7427389. OLE color: 7427389.
HSL color Cylindrical-coordinate representation of color #3D5571: hue angle of 212.31º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D5571 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 85 | 113 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.56 |
| HSL | 212.31º | 0.3% | 0.34% | - |
| HSV(B) | 212.31º | 0.46% | 0.44% | - |
| XYZ | 8.15 | 8.68 | 16.87 | - |
| YUV | 81.02 | 146.05 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 85 | 113 | 0.46 | 0.25 | 0 | 0.56 | 212.31 | 0.3 | 0.34 |
| Hex | 3D | 55 | 71 | 2E | 19 | 0 | 38 | D4 | 1E | 22 |
| Octal | 75 | 125 | 161 | 56 | 31 | 0 | 70 | 324 | 36 | 42 |
| Binary | 111101 | 1010101 | 1110001 | 101110 | 11001 | 0 | 111000 | 11010100 | 11110 | 100010 |
Color Harmonies of #3D5571
Complementary color
Monochromatic Colors of #3D5571
Black with #3D5571
Text Example
Text Example
White with #3D5571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5571; }
p { color: rgb(61,85,113); }
H1.HeaderClassName
{
color: #3D5571;
}
.AnyTagClassName
{
color: #3D5571;
}
</style>
background-color css
<style>
a { background-color: #3D5571; }
a { background-color: rgb(61,85,113); }
div.DivClassName
{
background-color: #3D5571;
}
.BgClassName
{
background-color: #3D5571;
}
</style>
border-color css
<style>
span { border-color: #3D5571; }
span { border-color: rgb(61,85,113); }
td.TdClassName
{
border-color: #3D5571;
}
.TagClassName
{
border-color: #3D5571;
}
</style>