Shades of Chambray #3D546E
Tints of Chambray #3D546E
RGB
CMYK
RGB Variations
Color information
#3D546E (or 0x3D546E) is known color: Chambray. HEX triplet: 3D, 54 and 6E. RGB value is (61,84,110). Sum of RGB (Red+Green+Blue) = 61+84+110=255 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.92% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 110 - color contains mainly: blue. Hex color #3D546E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D546E is #C2AB91. Grayscale: #4F4F4F. Windows color (decimal): -12757906 or 7230525. OLE color: 7230525.
HSL color Cylindrical-coordinate representation of color #3D546E: hue angle of 211.84º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3D546E is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 61 | 84 | 110 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.57 |
| HSL | 211.84º | 0.29% | 0.34% | - |
| HSV(B) | 211.84º | 0.45% | 0.43% | - |
| XYZ | 7.91 | 8.46 | 15.97 | - |
| YUV | 80.09 | 144.88 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 84 | 110 | 0.45 | 0.24 | 0 | 0.57 | 211.84 | 0.29 | 0.34 |
| Hex | 3D | 54 | 6E | 2D | 18 | 0 | 39 | D4 | 1D | 22 |
| Octal | 75 | 124 | 156 | 55 | 30 | 0 | 71 | 324 | 35 | 42 |
| Binary | 111101 | 1010100 | 1101110 | 101101 | 11000 | 0 | 111001 | 11010100 | 11101 | 100010 |
Color Harmonies of #3D546E
Complementary color
Monochromatic Colors of #3D546E
Black with #3D546E
Text Example
Text Example
White with #3D546E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D546E; }
p { color: rgb(61,84,110); }
H1.HeaderClassName
{
color: #3D546E;
}
.AnyTagClassName
{
color: #3D546E;
}
</style>
background-color css
<style>
a { background-color: #3D546E; }
a { background-color: rgb(61,84,110); }
div.DivClassName
{
background-color: #3D546E;
}
.BgClassName
{
background-color: #3D546E;
}
</style>
border-color css
<style>
span { border-color: #3D546E; }
span { border-color: rgb(61,84,110); }
td.TdClassName
{
border-color: #3D546E;
}
.TagClassName
{
border-color: #3D546E;
}
</style>