Shades of Chambray #425E87
Tints of Chambray #425E87
RGB
CMYK
RGB Variations
Color information
#425E87 (or 0x425E87) is known color: Chambray. HEX triplet: 42, 5E and 87. RGB value is (66,94,135). Sum of RGB (Red+Green+Blue) = 66+94+135=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 135 - color contains mainly: blue. Hex color #425E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425E87 is #BDA178. Grayscale: #5A5A5A. Windows color (decimal): -12427641 or 8871490. OLE color: 8871490.
HSL color Cylindrical-coordinate representation of color #425E87: hue angle of 215.65º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #425E87 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 94 | 135 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.47 |
| HSL | 215.65º | 0.34% | 0.39% | - |
| HSV(B) | 215.65º | 0.51% | 0.53% | - |
| XYZ | 10.62 | 10.91 | 24.47 | - |
| YUV | 90.3 | 153.22 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 94 | 135 | 0.51 | 0.30 | 0 | 0.47 | 215.65 | 0.34 | 0.39 |
| Hex | 42 | 5E | 87 | 33 | 1E | 0 | 2F | D8 | 22 | 27 |
| Octal | 102 | 136 | 207 | 63 | 36 | 0 | 57 | 330 | 42 | 47 |
| Binary | 1000010 | 1011110 | 10000111 | 110011 | 11110 | 0 | 101111 | 11011000 | 100010 | 100111 |
Color Harmonies of #425E87
Complementary color
Monochromatic Colors of #425E87
Black with #425E87
Text Example
Text Example
White with #425E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425E87; }
p { color: rgb(66,94,135); }
H1.HeaderClassName
{
color: #425E87;
}
.AnyTagClassName
{
color: #425E87;
}
</style>
background-color css
<style>
a { background-color: #425E87; }
a { background-color: rgb(66,94,135); }
div.DivClassName
{
background-color: #425E87;
}
.BgClassName
{
background-color: #425E87;
}
</style>
border-color css
<style>
span { border-color: #425E87; }
span { border-color: rgb(66,94,135); }
td.TdClassName
{
border-color: #425E87;
}
.TagClassName
{
border-color: #425E87;
}
</style>