Shades of Chambray #43567A
Tints of Chambray #43567A
RGB
CMYK
RGB Variations
Color information
#43567A (or 0x43567A) is known color: Chambray. HEX triplet: 43, 56 and 7A. RGB value is (67,86,122). Sum of RGB (Red+Green+Blue) = 67+86+122=275 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.36% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 122 - color contains mainly: blue. Hex color #43567A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43567A is #BCA985. Grayscale: #545454. Windows color (decimal): -12364166 or 8017475. OLE color: 8017475.
HSL color Cylindrical-coordinate representation of color #43567A: hue angle of 219.27º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #43567A is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 67 | 86 | 122 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.52 |
| HSL | 219.27º | 0.29% | 0.37% | - |
| HSV(B) | 219.27º | 0.45% | 0.48% | - |
| XYZ | 9.16 | 9.25 | 19.72 | - |
| YUV | 84.42 | 149.21 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 86 | 122 | 0.45 | 0.30 | 0 | 0.52 | 219.27 | 0.29 | 0.37 |
| Hex | 43 | 56 | 7A | 2D | 1E | 0 | 34 | DB | 1D | 25 |
| Octal | 103 | 126 | 172 | 55 | 36 | 0 | 64 | 333 | 35 | 45 |
| Binary | 1000011 | 1010110 | 1111010 | 101101 | 11110 | 0 | 110100 | 11011011 | 11101 | 100101 |
Color Harmonies of #43567A
Complementary color
Monochromatic Colors of #43567A
Black with #43567A
Text Example
Text Example
White with #43567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43567A; }
p { color: rgb(67,86,122); }
H1.HeaderClassName
{
color: #43567A;
}
.AnyTagClassName
{
color: #43567A;
}
</style>
background-color css
<style>
a { background-color: #43567A; }
a { background-color: rgb(67,86,122); }
div.DivClassName
{
background-color: #43567A;
}
.BgClassName
{
background-color: #43567A;
}
</style>
border-color css
<style>
span { border-color: #43567A; }
span { border-color: rgb(67,86,122); }
td.TdClassName
{
border-color: #43567A;
}
.TagClassName
{
border-color: #43567A;
}
</style>