Shades of Chambray #425C7E
Tints of Chambray #425C7E
RGB
CMYK
RGB Variations
Color information
#425C7E (or 0x425C7E) is known color: Chambray. HEX triplet: 42, 5C and 7E. RGB value is (66,92,126). Sum of RGB (Red+Green+Blue) = 66+92+126=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 126 (49.61% from 255 or 44.37% from 284); Max value from RGB is 126 - color contains mainly: blue. Hex color #425C7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C7E is #BDA381. Grayscale: #575757. Windows color (decimal): -12428162 or 8281154. OLE color: 8281154.
HSL color Cylindrical-coordinate representation of color #425C7E: hue angle of 214º 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 #425C7E is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 92 | 126 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.51 |
| HSL | 214º | 0.31% | 0.38% | - |
| HSV(B) | 214º | 0.48% | 0.49% | - |
| XYZ | 9.84 | 10.32 | 21.21 | - |
| YUV | 88.1 | 149.39 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 92 | 126 | 0.48 | 0.27 | 0 | 0.51 | 214 | 0.31 | 0.38 |
| Hex | 42 | 5C | 7E | 30 | 1B | 0 | 33 | D6 | 1F | 26 |
| Octal | 102 | 134 | 176 | 60 | 33 | 0 | 63 | 326 | 37 | 46 |
| Binary | 1000010 | 1011100 | 1111110 | 110000 | 11011 | 0 | 110011 | 11010110 | 11111 | 100110 |
Color Harmonies of #425C7E
Complementary color
Monochromatic Colors of #425C7E
Black with #425C7E
Text Example
Text Example
White with #425C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425C7E; }
p { color: rgb(66,92,126); }
H1.HeaderClassName
{
color: #425C7E;
}
.AnyTagClassName
{
color: #425C7E;
}
</style>
background-color css
<style>
a { background-color: #425C7E; }
a { background-color: rgb(66,92,126); }
div.DivClassName
{
background-color: #425C7E;
}
.BgClassName
{
background-color: #425C7E;
}
</style>
border-color css
<style>
span { border-color: #425C7E; }
span { border-color: rgb(66,92,126); }
td.TdClassName
{
border-color: #425C7E;
}
.TagClassName
{
border-color: #425C7E;
}
</style>