Shades of Chambray #41576D
Tints of Chambray #41576D
RGB
CMYK
RGB Variations
Color information
#41576D (or 0x41576D) is known color: Chambray. HEX triplet: 41, 57 and 6D. RGB value is (65,87,109). Sum of RGB (Red+Green+Blue) = 65+87+109=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 109 - color contains mainly: blue. Hex color #41576D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41576D is #BEA892. Grayscale: #525252. Windows color (decimal): -12494995 or 7165761. OLE color: 7165761.
HSL color Cylindrical-coordinate representation of color #41576D: hue angle of 210º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #41576D is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 87 | 109 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.57 |
| HSL | 210º | 0.25% | 0.34% | - |
| HSV(B) | 210º | 0.4% | 0.43% | - |
| XYZ | 8.35 | 9.04 | 15.77 | - |
| YUV | 82.93 | 142.71 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 87 | 109 | 0.40 | 0.20 | 0 | 0.57 | 210 | 0.25 | 0.34 |
| Hex | 41 | 57 | 6D | 28 | 14 | 0 | 39 | D2 | 19 | 22 |
| Octal | 101 | 127 | 155 | 50 | 24 | 0 | 71 | 322 | 31 | 42 |
| Binary | 1000001 | 1010111 | 1101101 | 101000 | 10100 | 0 | 111001 | 11010010 | 11001 | 100010 |
Color Harmonies of #41576D
Complementary color
Monochromatic Colors of #41576D
Black with #41576D
Text Example
Text Example
White with #41576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41576D; }
p { color: rgb(65,87,109); }
H1.HeaderClassName
{
color: #41576D;
}
.AnyTagClassName
{
color: #41576D;
}
</style>
background-color css
<style>
a { background-color: #41576D; }
a { background-color: rgb(65,87,109); }
div.DivClassName
{
background-color: #41576D;
}
.BgClassName
{
background-color: #41576D;
}
</style>
border-color css
<style>
span { border-color: #41576D; }
span { border-color: rgb(65,87,109); }
td.TdClassName
{
border-color: #41576D;
}
.TagClassName
{
border-color: #41576D;
}
</style>