Shades of Chambray #3D5476
Tints of Chambray #3D5476
RGB
CMYK
RGB Variations
Color information
#3D5476 (or 0x3D5476) is known color: Chambray. HEX triplet: 3D, 54 and 76. RGB value is (61,84,118). Sum of RGB (Red+Green+Blue) = 61+84+118=263 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.19% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D5476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5476 is #C2AB89. Grayscale: #505050. Windows color (decimal): -12757898 or 7754813. OLE color: 7754813.
HSL color Cylindrical-coordinate representation of color #3D5476: hue angle of 215.79º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D5476 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 61 | 84 | 118 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.54 |
| HSL | 215.79º | 0.32% | 0.35% | - |
| HSV(B) | 215.79º | 0.48% | 0.46% | - |
| XYZ | 8.36 | 8.64 | 18.37 | - |
| YUV | 81 | 148.88 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 84 | 118 | 0.48 | 0.29 | 0 | 0.54 | 215.79 | 0.32 | 0.35 |
| Hex | 3D | 54 | 76 | 30 | 1D | 0 | 36 | D8 | 20 | 23 |
| Octal | 75 | 124 | 166 | 60 | 35 | 0 | 66 | 330 | 40 | 43 |
| Binary | 111101 | 1010100 | 1110110 | 110000 | 11101 | 0 | 110110 | 11011000 | 100000 | 100011 |
Color Harmonies of #3D5476
Complementary color
Monochromatic Colors of #3D5476
Black with #3D5476
Text Example
Text Example
White with #3D5476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5476; }
p { color: rgb(61,84,118); }
H1.HeaderClassName
{
color: #3D5476;
}
.AnyTagClassName
{
color: #3D5476;
}
</style>
background-color css
<style>
a { background-color: #3D5476; }
a { background-color: rgb(61,84,118); }
div.DivClassName
{
background-color: #3D5476;
}
.BgClassName
{
background-color: #3D5476;
}
</style>
border-color css
<style>
span { border-color: #3D5476; }
span { border-color: rgb(61,84,118); }
td.TdClassName
{
border-color: #3D5476;
}
.TagClassName
{
border-color: #3D5476;
}
</style>