Shades of Chambray #435E80
Tints of Chambray #435E80
RGB
CMYK
RGB Variations
Color information
#435E80 (or 0x435E80) is known color: Chambray. HEX triplet: 43, 5E and 80. RGB value is (67,94,128). Sum of RGB (Red+Green+Blue) = 67+94+128=289 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.18% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 128 - color contains mainly: blue. Hex color #435E80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435E80 is #BCA17F. Grayscale: #595959. Windows color (decimal): -12362112 or 8412739. OLE color: 8412739.
HSL color Cylindrical-coordinate representation of color #435E80: hue angle of 213.44º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #435E80 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 94 | 128 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.50 |
| HSL | 213.44º | 0.31% | 0.38% | - |
| HSV(B) | 213.44º | 0.48% | 0.5% | - |
| XYZ | 10.21 | 10.76 | 21.96 | - |
| YUV | 89.8 | 149.55 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 94 | 128 | 0.48 | 0.27 | 0 | 0.50 | 213.44 | 0.31 | 0.38 |
| Hex | 43 | 5E | 80 | 30 | 1B | 0 | 32 | D5 | 1F | 26 |
| Octal | 103 | 136 | 200 | 60 | 33 | 0 | 62 | 325 | 37 | 46 |
| Binary | 1000011 | 1011110 | 10000000 | 110000 | 11011 | 0 | 110010 | 11010101 | 11111 | 100110 |
Color Harmonies of #435E80
Complementary color
Monochromatic Colors of #435E80
Black with #435E80
Text Example
Text Example
White with #435E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435E80; }
p { color: rgb(67,94,128); }
H1.HeaderClassName
{
color: #435E80;
}
.AnyTagClassName
{
color: #435E80;
}
</style>
background-color css
<style>
a { background-color: #435E80; }
a { background-color: rgb(67,94,128); }
div.DivClassName
{
background-color: #435E80;
}
.BgClassName
{
background-color: #435E80;
}
</style>
border-color css
<style>
span { border-color: #435E80; }
span { border-color: rgb(67,94,128); }
td.TdClassName
{
border-color: #435E80;
}
.TagClassName
{
border-color: #435E80;
}
</style>