Shades of Chambray #42537D
Tints of Chambray #42537D
RGB
CMYK
RGB Variations
Color information
#42537D (or 0x42537D) is known color: Chambray. HEX triplet: 42, 53 and 7D. RGB value is (66,83,125). Sum of RGB (Red+Green+Blue) = 66+83+125=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 125 - color contains mainly: blue. Hex color #42537D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42537D is #BDAC82. Grayscale: #525252. Windows color (decimal): -12430467 or 8213314. OLE color: 8213314.
HSL color Cylindrical-coordinate representation of color #42537D: hue angle of 222.71º 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 #42537D is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 83 | 125 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.51 |
| HSL | 222.71º | 0.31% | 0.37% | - |
| HSV(B) | 222.71º | 0.47% | 0.49% | - |
| XYZ | 9.04 | 8.83 | 20.63 | - |
| YUV | 82.71 | 151.87 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 83 | 125 | 0.47 | 0.34 | 0 | 0.51 | 222.71 | 0.31 | 0.37 |
| Hex | 42 | 53 | 7D | 2F | 22 | 0 | 33 | DF | 1F | 25 |
| Octal | 102 | 123 | 175 | 57 | 42 | 0 | 63 | 337 | 37 | 45 |
| Binary | 1000010 | 1010011 | 1111101 | 101111 | 100010 | 0 | 110011 | 11011111 | 11111 | 100101 |
Color Harmonies of #42537D
Complementary color
Monochromatic Colors of #42537D
Black with #42537D
Text Example
Text Example
White with #42537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42537D; }
p { color: rgb(66,83,125); }
H1.HeaderClassName
{
color: #42537D;
}
.AnyTagClassName
{
color: #42537D;
}
</style>
background-color css
<style>
a { background-color: #42537D; }
a { background-color: rgb(66,83,125); }
div.DivClassName
{
background-color: #42537D;
}
.BgClassName
{
background-color: #42537D;
}
</style>
border-color css
<style>
span { border-color: #42537D; }
span { border-color: rgb(66,83,125); }
td.TdClassName
{
border-color: #42537D;
}
.TagClassName
{
border-color: #42537D;
}
</style>