Shades of Chambray #435D7F
Tints of Chambray #435D7F
RGB
CMYK
RGB Variations
Color information
#435D7F (or 0x435D7F) is known color: Chambray. HEX triplet: 43, 5D and 7F. RGB value is (67,93,127). Sum of RGB (Red+Green+Blue) = 67+93+127=287 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.34% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 127 - color contains mainly: blue. Hex color #435D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435D7F is #BCA280. Grayscale: #585858. Windows color (decimal): -12362369 or 8346947. OLE color: 8346947.
HSL color Cylindrical-coordinate representation of color #435D7F: hue angle of 214º 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 #435D7F is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 93 | 127 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.50 |
| HSL | 214º | 0.31% | 0.38% | - |
| HSV(B) | 214º | 0.47% | 0.5% | - |
| XYZ | 10.06 | 10.55 | 21.59 | - |
| YUV | 89.1 | 149.39 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 93 | 127 | 0.47 | 0.27 | 0 | 0.50 | 214 | 0.31 | 0.38 |
| Hex | 43 | 5D | 7F | 2F | 1B | 0 | 32 | D6 | 1F | 26 |
| Octal | 103 | 135 | 177 | 57 | 33 | 0 | 62 | 326 | 37 | 46 |
| Binary | 1000011 | 1011101 | 1111111 | 101111 | 11011 | 0 | 110010 | 11010110 | 11111 | 100110 |
Color Harmonies of #435D7F
Complementary color
Monochromatic Colors of #435D7F
Black with #435D7F
Text Example
Text Example
White with #435D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435D7F; }
p { color: rgb(67,93,127); }
H1.HeaderClassName
{
color: #435D7F;
}
.AnyTagClassName
{
color: #435D7F;
}
</style>
background-color css
<style>
a { background-color: #435D7F; }
a { background-color: rgb(67,93,127); }
div.DivClassName
{
background-color: #435D7F;
}
.BgClassName
{
background-color: #435D7F;
}
</style>
border-color css
<style>
span { border-color: #435D7F; }
span { border-color: rgb(67,93,127); }
td.TdClassName
{
border-color: #435D7F;
}
.TagClassName
{
border-color: #435D7F;
}
</style>