Shades of Chambray #43567F
Tints of Chambray #43567F
RGB
CMYK
RGB Variations
Color information
#43567F (or 0x43567F) is known color: Chambray. HEX triplet: 43, 56 and 7F. RGB value is (67,86,127). Sum of RGB (Red+Green+Blue) = 67+86+127=280 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.93% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 127 - color contains mainly: blue. Hex color #43567F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43567F is #BCA980. Grayscale: #545454. Windows color (decimal): -12364161 or 8345155. OLE color: 8345155.
HSL color Cylindrical-coordinate representation of color #43567F: hue angle of 221º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #43567F is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 86 | 127 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.50 |
| HSL | 221º | 0.31% | 0.38% | - |
| HSV(B) | 221º | 0.47% | 0.5% | - |
| XYZ | 9.47 | 9.38 | 21.39 | - |
| YUV | 84.99 | 151.71 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 86 | 127 | 0.47 | 0.32 | 0 | 0.50 | 221 | 0.31 | 0.38 |
| Hex | 43 | 56 | 7F | 2F | 20 | 0 | 32 | DD | 1F | 26 |
| Octal | 103 | 126 | 177 | 57 | 40 | 0 | 62 | 335 | 37 | 46 |
| Binary | 1000011 | 1010110 | 1111111 | 101111 | 100000 | 0 | 110010 | 11011101 | 11111 | 100110 |
Color Harmonies of #43567F
Complementary color
Monochromatic Colors of #43567F
Black with #43567F
Text Example
Text Example
White with #43567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43567F; }
p { color: rgb(67,86,127); }
H1.HeaderClassName
{
color: #43567F;
}
.AnyTagClassName
{
color: #43567F;
}
</style>
background-color css
<style>
a { background-color: #43567F; }
a { background-color: rgb(67,86,127); }
div.DivClassName
{
background-color: #43567F;
}
.BgClassName
{
background-color: #43567F;
}
</style>
border-color css
<style>
span { border-color: #43567F; }
span { border-color: rgb(67,86,127); }
td.TdClassName
{
border-color: #43567F;
}
.TagClassName
{
border-color: #43567F;
}
</style>