Shades of Chambray #405379
Tints of Chambray #405379
RGB
CMYK
RGB Variations
Color information
#405379 (or 0x405379) is known color: Chambray. HEX triplet: 40, 53 and 79. RGB value is (64,83,121). Sum of RGB (Red+Green+Blue) = 64+83+121=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 121 - color contains mainly: blue. Hex color #405379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405379 is #BFAC86. Grayscale: #515151. Windows color (decimal): -12561543 or 7951168. OLE color: 7951168.
HSL color Cylindrical-coordinate representation of color #405379: hue angle of 220º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #405379 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 83 | 121 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.53 |
| HSL | 220º | 0.31% | 0.36% | - |
| HSV(B) | 220º | 0.47% | 0.47% | - |
| XYZ | 8.66 | 8.66 | 19.3 | - |
| YUV | 81.65 | 150.21 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 83 | 121 | 0.47 | 0.31 | 0 | 0.53 | 220 | 0.31 | 0.36 |
| Hex | 40 | 53 | 79 | 2F | 1F | 0 | 35 | DC | 1F | 24 |
| Octal | 100 | 123 | 171 | 57 | 37 | 0 | 65 | 334 | 37 | 44 |
| Binary | 1000000 | 1010011 | 1111001 | 101111 | 11111 | 0 | 110101 | 11011100 | 11111 | 100100 |
Color Harmonies of #405379
Complementary color
Monochromatic Colors of #405379
Black with #405379
Text Example
Text Example
White with #405379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405379; }
p { color: rgb(64,83,121); }
H1.HeaderClassName
{
color: #405379;
}
.AnyTagClassName
{
color: #405379;
}
</style>
background-color css
<style>
a { background-color: #405379; }
a { background-color: rgb(64,83,121); }
div.DivClassName
{
background-color: #405379;
}
.BgClassName
{
background-color: #405379;
}
</style>
border-color css
<style>
span { border-color: #405379; }
span { border-color: rgb(64,83,121); }
td.TdClassName
{
border-color: #405379;
}
.TagClassName
{
border-color: #405379;
}
</style>