Shades of Chambray #3D5573
Tints of Chambray #3D5573
RGB
CMYK
RGB Variations
Color information
#3D5573 (or 0x3D5573) is known color: Chambray. HEX triplet: 3D, 55 and 73. RGB value is (61,85,115). Sum of RGB (Red+Green+Blue) = 61+85+115=261 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.37% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D5573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5573 is #C2AA8C. Grayscale: #515151. Windows color (decimal): -12757645 or 7558461. OLE color: 7558461.
HSL color Cylindrical-coordinate representation of color #3D5573: hue angle of 213.33º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D5573 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 85 | 115 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.55 |
| HSL | 213.33º | 0.31% | 0.35% | - |
| HSV(B) | 213.33º | 0.47% | 0.45% | - |
| XYZ | 8.27 | 8.73 | 17.47 | - |
| YUV | 81.24 | 147.05 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 85 | 115 | 0.47 | 0.26 | 0 | 0.55 | 213.33 | 0.31 | 0.35 |
| Hex | 3D | 55 | 73 | 2F | 1A | 0 | 37 | D5 | 1F | 23 |
| Octal | 75 | 125 | 163 | 57 | 32 | 0 | 67 | 325 | 37 | 43 |
| Binary | 111101 | 1010101 | 1110011 | 101111 | 11010 | 0 | 110111 | 11010101 | 11111 | 100011 |
Color Harmonies of #3D5573
Complementary color
Monochromatic Colors of #3D5573
Black with #3D5573
Text Example
Text Example
White with #3D5573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5573; }
p { color: rgb(61,85,115); }
H1.HeaderClassName
{
color: #3D5573;
}
.AnyTagClassName
{
color: #3D5573;
}
</style>
background-color css
<style>
a { background-color: #3D5573; }
a { background-color: rgb(61,85,115); }
div.DivClassName
{
background-color: #3D5573;
}
.BgClassName
{
background-color: #3D5573;
}
</style>
border-color css
<style>
span { border-color: #3D5573; }
span { border-color: rgb(61,85,115); }
td.TdClassName
{
border-color: #3D5573;
}
.TagClassName
{
border-color: #3D5573;
}
</style>