Shades of Chambray #43587F
Tints of Chambray #43587F
RGB
CMYK
RGB Variations
Color information
#43587F (or 0x43587F) is known color: Chambray. HEX triplet: 43, 58 and 7F. RGB value is (67,88,127). Sum of RGB (Red+Green+Blue) = 67+88+127=282 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.76% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 127 - color contains mainly: blue. Hex color #43587F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43587F is #BCA780. Grayscale: #555555. Windows color (decimal): -12363649 or 8345667. OLE color: 8345667.
HSL color Cylindrical-coordinate representation of color #43587F: hue angle of 219º 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 #43587F is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 88 | 127 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.50 |
| HSL | 219º | 0.31% | 0.38% | - |
| HSV(B) | 219º | 0.47% | 0.5% | - |
| XYZ | 9.64 | 9.71 | 21.44 | - |
| YUV | 86.17 | 151.04 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 88 | 127 | 0.47 | 0.31 | 0 | 0.50 | 219 | 0.31 | 0.38 |
| Hex | 43 | 58 | 7F | 2F | 1F | 0 | 32 | DB | 1F | 26 |
| Octal | 103 | 130 | 177 | 57 | 37 | 0 | 62 | 333 | 37 | 46 |
| Binary | 1000011 | 1011000 | 1111111 | 101111 | 11111 | 0 | 110010 | 11011011 | 11111 | 100110 |
Color Harmonies of #43587F
Complementary color
Monochromatic Colors of #43587F
Black with #43587F
Text Example
Text Example
White with #43587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43587F; }
p { color: rgb(67,88,127); }
H1.HeaderClassName
{
color: #43587F;
}
.AnyTagClassName
{
color: #43587F;
}
</style>
background-color css
<style>
a { background-color: #43587F; }
a { background-color: rgb(67,88,127); }
div.DivClassName
{
background-color: #43587F;
}
.BgClassName
{
background-color: #43587F;
}
</style>
border-color css
<style>
span { border-color: #43587F; }
span { border-color: rgb(67,88,127); }
td.TdClassName
{
border-color: #43587F;
}
.TagClassName
{
border-color: #43587F;
}
</style>