Shades of Chambray #40567B
Tints of Chambray #40567B
RGB
CMYK
RGB Variations
Color information
#40567B (or 0x40567B) is known color: Chambray. HEX triplet: 40, 56 and 7B. RGB value is (64,86,123). Sum of RGB (Red+Green+Blue) = 64+86+123=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 123 - color contains mainly: blue. Hex color #40567B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40567B is #BFA984. Grayscale: #535353. Windows color (decimal): -12560773 or 8083008. OLE color: 8083008.
HSL color Cylindrical-coordinate representation of color #40567B: hue angle of 217.63º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40567B is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 86 | 123 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.52 |
| HSL | 217.63º | 0.32% | 0.37% | - |
| HSV(B) | 217.63º | 0.48% | 0.48% | - |
| XYZ | 9.02 | 9.18 | 20.03 | - |
| YUV | 83.64 | 150.21 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 86 | 123 | 0.48 | 0.30 | 0 | 0.52 | 217.63 | 0.32 | 0.37 |
| Hex | 40 | 56 | 7B | 30 | 1E | 0 | 34 | DA | 20 | 25 |
| Octal | 100 | 126 | 173 | 60 | 36 | 0 | 64 | 332 | 40 | 45 |
| Binary | 1000000 | 1010110 | 1111011 | 110000 | 11110 | 0 | 110100 | 11011010 | 100000 | 100101 |
Color Harmonies of #40567B
Complementary color
Monochromatic Colors of #40567B
Black with #40567B
Text Example
Text Example
White with #40567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40567B; }
p { color: rgb(64,86,123); }
H1.HeaderClassName
{
color: #40567B;
}
.AnyTagClassName
{
color: #40567B;
}
</style>
background-color css
<style>
a { background-color: #40567B; }
a { background-color: rgb(64,86,123); }
div.DivClassName
{
background-color: #40567B;
}
.BgClassName
{
background-color: #40567B;
}
</style>
border-color css
<style>
span { border-color: #40567B; }
span { border-color: rgb(64,86,123); }
td.TdClassName
{
border-color: #40567B;
}
.TagClassName
{
border-color: #40567B;
}
</style>