Shades of Chambray #425E88
Tints of Chambray #425E88
RGB
CMYK
RGB Variations
Color information
#425E88 (or 0x425E88) is known color: Chambray. HEX triplet: 42, 5E and 88. RGB value is (66,94,136). Sum of RGB (Red+Green+Blue) = 66+94+136=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 136 (53.52% from 255 or 45.95% from 296); Max value from RGB is 136 - color contains mainly: blue. Hex color #425E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425E88 is #BDA177. Grayscale: #5A5A5A. Windows color (decimal): -12427640 or 8937026. OLE color: 8937026.
HSL color Cylindrical-coordinate representation of color #425E88: hue angle of 216º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #425E88 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 94 | 136 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.47 |
| HSL | 216º | 0.35% | 0.4% | - |
| HSV(B) | 216º | 0.51% | 0.53% | - |
| XYZ | 10.69 | 10.94 | 24.84 | - |
| YUV | 90.42 | 153.72 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 94 | 136 | 0.51 | 0.31 | 0 | 0.47 | 216 | 0.35 | 0.4 |
| Hex | 42 | 5E | 88 | 33 | 1F | 0 | 2F | D8 | 23 | 28 |
| Octal | 102 | 136 | 210 | 63 | 37 | 0 | 57 | 330 | 43 | 50 |
| Binary | 1000010 | 1011110 | 10001000 | 110011 | 11111 | 0 | 101111 | 11011000 | 100011 | 101000 |
Color Harmonies of #425E88
Complementary color
Monochromatic Colors of #425E88
Black with #425E88
Text Example
Text Example
White with #425E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425E88; }
p { color: rgb(66,94,136); }
H1.HeaderClassName
{
color: #425E88;
}
.AnyTagClassName
{
color: #425E88;
}
</style>
background-color css
<style>
a { background-color: #425E88; }
a { background-color: rgb(66,94,136); }
div.DivClassName
{
background-color: #425E88;
}
.BgClassName
{
background-color: #425E88;
}
</style>
border-color css
<style>
span { border-color: #425E88; }
span { border-color: rgb(66,94,136); }
td.TdClassName
{
border-color: #425E88;
}
.TagClassName
{
border-color: #425E88;
}
</style>