Shades of Chambray #43587D
Tints of Chambray #43587D
RGB
CMYK
RGB Variations
Color information
#43587D (or 0x43587D) is known color: Chambray. HEX triplet: 43, 58 and 7D. RGB value is (67,88,125). Sum of RGB (Red+Green+Blue) = 67+88+125=280 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.93% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 125 - color contains mainly: blue. Hex color #43587D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43587D is #BCA782. Grayscale: #555555. Windows color (decimal): -12363651 or 8214595. OLE color: 8214595.
HSL color Cylindrical-coordinate representation of color #43587D: hue angle of 218.28º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #43587D is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 88 | 125 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.51 |
| HSL | 218.28º | 0.3% | 0.38% | - |
| HSV(B) | 218.28º | 0.46% | 0.49% | - |
| XYZ | 9.51 | 9.65 | 20.76 | - |
| YUV | 85.94 | 150.04 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 88 | 125 | 0.46 | 0.30 | 0 | 0.51 | 218.28 | 0.3 | 0.38 |
| Hex | 43 | 58 | 7D | 2E | 1E | 0 | 33 | DA | 1E | 26 |
| Octal | 103 | 130 | 175 | 56 | 36 | 0 | 63 | 332 | 36 | 46 |
| Binary | 1000011 | 1011000 | 1111101 | 101110 | 11110 | 0 | 110011 | 11011010 | 11110 | 100110 |
Color Harmonies of #43587D
Complementary color
Monochromatic Colors of #43587D
Black with #43587D
Text Example
Text Example
White with #43587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43587D; }
p { color: rgb(67,88,125); }
H1.HeaderClassName
{
color: #43587D;
}
.AnyTagClassName
{
color: #43587D;
}
</style>
background-color css
<style>
a { background-color: #43587D; }
a { background-color: rgb(67,88,125); }
div.DivClassName
{
background-color: #43587D;
}
.BgClassName
{
background-color: #43587D;
}
</style>
border-color css
<style>
span { border-color: #43587D; }
span { border-color: rgb(67,88,125); }
td.TdClassName
{
border-color: #43587D;
}
.TagClassName
{
border-color: #43587D;
}
</style>