Shades of Chambray #42597B
Tints of Chambray #42597B
RGB
CMYK
RGB Variations
Color information
#42597B (or 0x42597B) is known color: Chambray. HEX triplet: 42, 59 and 7B. RGB value is (66,89,123). Sum of RGB (Red+Green+Blue) = 66+89+123=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 123 - color contains mainly: blue. Hex color #42597B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42597B is #BDA684. Grayscale: #555555. Windows color (decimal): -12428933 or 8083778. OLE color: 8083778.
HSL color Cylindrical-coordinate representation of color #42597B: hue angle of 215.79º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42597B is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 89 | 123 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.52 |
| HSL | 215.79º | 0.3% | 0.37% | - |
| HSV(B) | 215.79º | 0.46% | 0.48% | - |
| XYZ | 9.39 | 9.73 | 20.12 | - |
| YUV | 86 | 148.88 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 89 | 123 | 0.46 | 0.28 | 0 | 0.52 | 215.79 | 0.3 | 0.37 |
| Hex | 42 | 59 | 7B | 2E | 1C | 0 | 34 | D8 | 1E | 25 |
| Octal | 102 | 131 | 173 | 56 | 34 | 0 | 64 | 330 | 36 | 45 |
| Binary | 1000010 | 1011001 | 1111011 | 101110 | 11100 | 0 | 110100 | 11011000 | 11110 | 100101 |
Color Harmonies of #42597B
Complementary color
Monochromatic Colors of #42597B
Black with #42597B
Text Example
Text Example
White with #42597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42597B; }
p { color: rgb(66,89,123); }
H1.HeaderClassName
{
color: #42597B;
}
.AnyTagClassName
{
color: #42597B;
}
</style>
background-color css
<style>
a { background-color: #42597B; }
a { background-color: rgb(66,89,123); }
div.DivClassName
{
background-color: #42597B;
}
.BgClassName
{
background-color: #42597B;
}
</style>
border-color css
<style>
span { border-color: #42597B; }
span { border-color: rgb(66,89,123); }
td.TdClassName
{
border-color: #42597B;
}
.TagClassName
{
border-color: #42597B;
}
</style>