Shades of Chambray #425E86
Tints of Chambray #425E86
RGB
CMYK
RGB Variations
Color information
#425E86 (or 0x425E86) is known color: Chambray. HEX triplet: 42, 5E and 86. RGB value is (66,94,134). Sum of RGB (Red+Green+Blue) = 66+94+134=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 134 (52.73% from 255 or 45.58% from 294); Max value from RGB is 134 - color contains mainly: blue. Hex color #425E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425E86 is #BDA179. Grayscale: #595959. Windows color (decimal): -12427642 or 8805954. OLE color: 8805954.
HSL color Cylindrical-coordinate representation of color #425E86: hue angle of 215.29º 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 #425E86 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 94 | 134 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.47 |
| HSL | 215.29º | 0.34% | 0.39% | - |
| HSV(B) | 215.29º | 0.51% | 0.53% | - |
| XYZ | 10.55 | 10.88 | 24.1 | - |
| YUV | 90.19 | 152.72 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 94 | 134 | 0.51 | 0.30 | 0 | 0.47 | 215.29 | 0.34 | 0.39 |
| Hex | 42 | 5E | 86 | 33 | 1E | 0 | 2F | D7 | 22 | 27 |
| Octal | 102 | 136 | 206 | 63 | 36 | 0 | 57 | 327 | 42 | 47 |
| Binary | 1000010 | 1011110 | 10000110 | 110011 | 11110 | 0 | 101111 | 11010111 | 100010 | 100111 |
Color Harmonies of #425E86
Complementary color
Monochromatic Colors of #425E86
Black with #425E86
Text Example
Text Example
White with #425E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425E86; }
p { color: rgb(66,94,134); }
H1.HeaderClassName
{
color: #425E86;
}
.AnyTagClassName
{
color: #425E86;
}
</style>
background-color css
<style>
a { background-color: #425E86; }
a { background-color: rgb(66,94,134); }
div.DivClassName
{
background-color: #425E86;
}
.BgClassName
{
background-color: #425E86;
}
</style>
border-color css
<style>
span { border-color: #425E86; }
span { border-color: rgb(66,94,134); }
td.TdClassName
{
border-color: #425E86;
}
.TagClassName
{
border-color: #425E86;
}
</style>