Shades of Chambray #435C7F
Tints of Chambray #435C7F
RGB
CMYK
RGB Variations
Color information
#435C7F (or 0x435C7F) is known color: Chambray. HEX triplet: 43, 5C and 7F. RGB value is (67,92,127). Sum of RGB (Red+Green+Blue) = 67+92+127=286 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.43% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 127 - color contains mainly: blue. Hex color #435C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435C7F is #BCA380. Grayscale: #585858. Windows color (decimal): -12362625 or 8346691. OLE color: 8346691.
HSL color Cylindrical-coordinate representation of color #435C7F: hue angle of 215º 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 #435C7F is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 92 | 127 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.50 |
| HSL | 215º | 0.31% | 0.38% | - |
| HSV(B) | 215º | 0.47% | 0.5% | - |
| XYZ | 9.97 | 10.38 | 21.56 | - |
| YUV | 88.52 | 149.72 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 92 | 127 | 0.47 | 0.28 | 0 | 0.50 | 215 | 0.31 | 0.38 |
| Hex | 43 | 5C | 7F | 2F | 1C | 0 | 32 | D7 | 1F | 26 |
| Octal | 103 | 134 | 177 | 57 | 34 | 0 | 62 | 327 | 37 | 46 |
| Binary | 1000011 | 1011100 | 1111111 | 101111 | 11100 | 0 | 110010 | 11010111 | 11111 | 100110 |
Color Harmonies of #435C7F
Complementary color
Monochromatic Colors of #435C7F
Black with #435C7F
Text Example
Text Example
White with #435C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435C7F; }
p { color: rgb(67,92,127); }
H1.HeaderClassName
{
color: #435C7F;
}
.AnyTagClassName
{
color: #435C7F;
}
</style>
background-color css
<style>
a { background-color: #435C7F; }
a { background-color: rgb(67,92,127); }
div.DivClassName
{
background-color: #435C7F;
}
.BgClassName
{
background-color: #435C7F;
}
</style>
border-color css
<style>
span { border-color: #435C7F; }
span { border-color: rgb(67,92,127); }
td.TdClassName
{
border-color: #435C7F;
}
.TagClassName
{
border-color: #435C7F;
}
</style>