Shades of Chambray #425C82
Tints of Chambray #425C82
RGB
CMYK
RGB Variations
Color information
#425C82 (or 0x425C82) is known color: Chambray. HEX triplet: 42, 5C and 82. RGB value is (66,92,130). Sum of RGB (Red+Green+Blue) = 66+92+130=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #425C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425C82 is #BDA37D. Grayscale: #585858. Windows color (decimal): -12428158 or 8543298. OLE color: 8543298.
HSL color Cylindrical-coordinate representation of color #425C82: hue angle of 215.62º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #425C82 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 92 | 130 | - |
| CMYK | 0.49 | 0.29 | 0 | 0.49 |
| HSL | 215.63º | 0.33% | 0.38% | - |
| HSV(B) | 215.63º | 0.49% | 0.51% | - |
| XYZ | 10.1 | 10.42 | 22.6 | - |
| YUV | 88.56 | 151.39 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 92 | 130 | 0.49 | 0.29 | 0 | 0.49 | 215.63 | 0.33 | 0.38 |
| Hex | 42 | 5C | 82 | 31 | 1D | 0 | 31 | D8 | 21 | 26 |
| Octal | 102 | 134 | 202 | 61 | 35 | 0 | 61 | 330 | 41 | 46 |
| Binary | 1000010 | 1011100 | 10000010 | 110001 | 11101 | 0 | 110001 | 11011000 | 100001 | 100110 |
Color Harmonies of #425C82
Complementary color
Monochromatic Colors of #425C82
Black with #425C82
Text Example
Text Example
White with #425C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425C82; }
p { color: rgb(66,92,130); }
H1.HeaderClassName
{
color: #425C82;
}
.AnyTagClassName
{
color: #425C82;
}
</style>
background-color css
<style>
a { background-color: #425C82; }
a { background-color: rgb(66,92,130); }
div.DivClassName
{
background-color: #425C82;
}
.BgClassName
{
background-color: #425C82;
}
</style>
border-color css
<style>
span { border-color: #425C82; }
span { border-color: rgb(66,92,130); }
td.TdClassName
{
border-color: #425C82;
}
.TagClassName
{
border-color: #425C82;
}
</style>