Shades of Chambray #42587C
Tints of Chambray #42587C
RGB
CMYK
RGB Variations
Color information
#42587C (or 0x42587C) is known color: Chambray. HEX triplet: 42, 58 and 7C. RGB value is (66,88,124). Sum of RGB (Red+Green+Blue) = 66+88+124=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 124 - color contains mainly: blue. Hex color #42587C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42587C is #BDA783. Grayscale: #555555. Windows color (decimal): -12429188 or 8149058. OLE color: 8149058.
HSL color Cylindrical-coordinate representation of color #42587C: hue angle of 217.24º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42587C is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 88 | 124 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.51 |
| HSL | 217.24º | 0.31% | 0.37% | - |
| HSV(B) | 217.24º | 0.47% | 0.49% | - |
| XYZ | 9.37 | 9.59 | 20.43 | - |
| YUV | 85.53 | 149.71 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 88 | 124 | 0.47 | 0.29 | 0 | 0.51 | 217.24 | 0.31 | 0.37 |
| Hex | 42 | 58 | 7C | 2F | 1D | 0 | 33 | D9 | 1F | 25 |
| Octal | 102 | 130 | 174 | 57 | 35 | 0 | 63 | 331 | 37 | 45 |
| Binary | 1000010 | 1011000 | 1111100 | 101111 | 11101 | 0 | 110011 | 11011001 | 11111 | 100101 |
Color Harmonies of #42587C
Complementary color
Monochromatic Colors of #42587C
Black with #42587C
Text Example
Text Example
White with #42587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42587C; }
p { color: rgb(66,88,124); }
H1.HeaderClassName
{
color: #42587C;
}
.AnyTagClassName
{
color: #42587C;
}
</style>
background-color css
<style>
a { background-color: #42587C; }
a { background-color: rgb(66,88,124); }
div.DivClassName
{
background-color: #42587C;
}
.BgClassName
{
background-color: #42587C;
}
</style>
border-color css
<style>
span { border-color: #42587C; }
span { border-color: rgb(66,88,124); }
td.TdClassName
{
border-color: #42587C;
}
.TagClassName
{
border-color: #42587C;
}
</style>