Shades of Chambray #425D7E
Tints of Chambray #425D7E
RGB
CMYK
RGB Variations
Color information
#425D7E (or 0x425D7E) is known color: Chambray. HEX triplet: 42, 5D and 7E. RGB value is (66,93,126). Sum of RGB (Red+Green+Blue) = 66+93+126=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 126 - color contains mainly: blue. Hex color #425D7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425D7E is #BDA281. Grayscale: #585858. Windows color (decimal): -12427906 or 8281410. OLE color: 8281410.
HSL color Cylindrical-coordinate representation of color #425D7E: hue angle of 213º 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 #425D7E is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 93 | 126 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.51 |
| HSL | 213º | 0.31% | 0.38% | - |
| HSV(B) | 213º | 0.48% | 0.49% | - |
| XYZ | 9.93 | 10.49 | 21.24 | - |
| YUV | 88.69 | 149.05 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 93 | 126 | 0.48 | 0.26 | 0 | 0.51 | 213 | 0.31 | 0.38 |
| Hex | 42 | 5D | 7E | 30 | 1A | 0 | 33 | D5 | 1F | 26 |
| Octal | 102 | 135 | 176 | 60 | 32 | 0 | 63 | 325 | 37 | 46 |
| Binary | 1000010 | 1011101 | 1111110 | 110000 | 11010 | 0 | 110011 | 11010101 | 11111 | 100110 |
Color Harmonies of #425D7E
Complementary color
Monochromatic Colors of #425D7E
Black with #425D7E
Text Example
Text Example
White with #425D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425D7E; }
p { color: rgb(66,93,126); }
H1.HeaderClassName
{
color: #425D7E;
}
.AnyTagClassName
{
color: #425D7E;
}
</style>
background-color css
<style>
a { background-color: #425D7E; }
a { background-color: rgb(66,93,126); }
div.DivClassName
{
background-color: #425D7E;
}
.BgClassName
{
background-color: #425D7E;
}
</style>
border-color css
<style>
span { border-color: #425D7E; }
span { border-color: rgb(66,93,126); }
td.TdClassName
{
border-color: #425D7E;
}
.TagClassName
{
border-color: #425D7E;
}
</style>