Shades of Chambray #42587E
Tints of Chambray #42587E
RGB
CMYK
RGB Variations
Color information
#42587E (or 0x42587E) is known color: Chambray. HEX triplet: 42, 58 and 7E. RGB value is (66,88,126). Sum of RGB (Red+Green+Blue) = 66+88+126=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 126 - color contains mainly: blue. Hex color #42587E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42587E is #BDA781. Grayscale: #555555. Windows color (decimal): -12429186 or 8280130. OLE color: 8280130.
HSL color Cylindrical-coordinate representation of color #42587E: hue angle of 218º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42587E is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 88 | 126 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.51 |
| HSL | 218º | 0.31% | 0.38% | - |
| HSV(B) | 218º | 0.48% | 0.49% | - |
| XYZ | 9.5 | 9.64 | 21.1 | - |
| YUV | 85.75 | 150.71 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 88 | 126 | 0.48 | 0.30 | 0 | 0.51 | 218 | 0.31 | 0.38 |
| Hex | 42 | 58 | 7E | 30 | 1E | 0 | 33 | DA | 1F | 26 |
| Octal | 102 | 130 | 176 | 60 | 36 | 0 | 63 | 332 | 37 | 46 |
| Binary | 1000010 | 1011000 | 1111110 | 110000 | 11110 | 0 | 110011 | 11011010 | 11111 | 100110 |
Color Harmonies of #42587E
Complementary color
Monochromatic Colors of #42587E
Black with #42587E
Text Example
Text Example
White with #42587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42587E; }
p { color: rgb(66,88,126); }
H1.HeaderClassName
{
color: #42587E;
}
.AnyTagClassName
{
color: #42587E;
}
</style>
background-color css
<style>
a { background-color: #42587E; }
a { background-color: rgb(66,88,126); }
div.DivClassName
{
background-color: #42587E;
}
.BgClassName
{
background-color: #42587E;
}
</style>
border-color css
<style>
span { border-color: #42587E; }
span { border-color: rgb(66,88,126); }
td.TdClassName
{
border-color: #42587E;
}
.TagClassName
{
border-color: #42587E;
}
</style>