Shades of Chambray #40557D
Tints of Chambray #40557D
RGB
CMYK
RGB Variations
Color information
#40557D (or 0x40557D) is known color: Chambray. HEX triplet: 40, 55 and 7D. RGB value is (64,85,125). Sum of RGB (Red+Green+Blue) = 64+85+125=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 125 - color contains mainly: blue. Hex color #40557D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40557D is #BFAA82. Grayscale: #535353. Windows color (decimal): -12561027 or 8213824. OLE color: 8213824.
HSL color Cylindrical-coordinate representation of color #40557D: hue angle of 219.34º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #40557D is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 85 | 125 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.51 |
| HSL | 219.34º | 0.32% | 0.37% | - |
| HSV(B) | 219.34º | 0.49% | 0.49% | - |
| XYZ | 9.06 | 9.07 | 20.67 | - |
| YUV | 83.28 | 151.54 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 85 | 125 | 0.49 | 0.32 | 0 | 0.51 | 219.34 | 0.32 | 0.37 |
| Hex | 40 | 55 | 7D | 31 | 20 | 0 | 33 | DB | 20 | 25 |
| Octal | 100 | 125 | 175 | 61 | 40 | 0 | 63 | 333 | 40 | 45 |
| Binary | 1000000 | 1010101 | 1111101 | 110001 | 100000 | 0 | 110011 | 11011011 | 100000 | 100101 |
Color Harmonies of #40557D
Complementary color
Monochromatic Colors of #40557D
Black with #40557D
Text Example
Text Example
White with #40557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40557D; }
p { color: rgb(64,85,125); }
H1.HeaderClassName
{
color: #40557D;
}
.AnyTagClassName
{
color: #40557D;
}
</style>
background-color css
<style>
a { background-color: #40557D; }
a { background-color: rgb(64,85,125); }
div.DivClassName
{
background-color: #40557D;
}
.BgClassName
{
background-color: #40557D;
}
</style>
border-color css
<style>
span { border-color: #40557D; }
span { border-color: rgb(64,85,125); }
td.TdClassName
{
border-color: #40557D;
}
.TagClassName
{
border-color: #40557D;
}
</style>