Shades of Chambray #3E577A
Tints of Chambray #3E577A
RGB
CMYK
RGB Variations
Color information
#3E577A (or 0x3E577A) is known color: Chambray. HEX triplet: 3E, 57 and 7A. RGB value is (62,87,122). Sum of RGB (Red+Green+Blue) = 62+87+122=271 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.88% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 122 - color contains mainly: blue. Hex color #3E577A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E577A is #C1A885. Grayscale: #535353. Windows color (decimal): -12691590 or 8017726. OLE color: 8017726.
HSL color Cylindrical-coordinate representation of color #3E577A: hue angle of 215º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E577A is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 87 | 122 | - |
| CMYK | 0.49 | 0.29 | 0 | 0.52 |
| HSL | 215º | 0.33% | 0.36% | - |
| HSV(B) | 215º | 0.49% | 0.48% | - |
| XYZ | 8.91 | 9.25 | 19.73 | - |
| YUV | 83.52 | 149.72 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 87 | 122 | 0.49 | 0.29 | 0 | 0.52 | 215 | 0.33 | 0.36 |
| Hex | 3E | 57 | 7A | 31 | 1D | 0 | 34 | D7 | 21 | 24 |
| Octal | 76 | 127 | 172 | 61 | 35 | 0 | 64 | 327 | 41 | 44 |
| Binary | 111110 | 1010111 | 1111010 | 110001 | 11101 | 0 | 110100 | 11010111 | 100001 | 100100 |
Color Harmonies of #3E577A
Complementary color
Monochromatic Colors of #3E577A
Black with #3E577A
Text Example
Text Example
White with #3E577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E577A; }
p { color: rgb(62,87,122); }
H1.HeaderClassName
{
color: #3E577A;
}
.AnyTagClassName
{
color: #3E577A;
}
</style>
background-color css
<style>
a { background-color: #3E577A; }
a { background-color: rgb(62,87,122); }
div.DivClassName
{
background-color: #3E577A;
}
.BgClassName
{
background-color: #3E577A;
}
</style>
border-color css
<style>
span { border-color: #3E577A; }
span { border-color: rgb(62,87,122); }
td.TdClassName
{
border-color: #3E577A;
}
.TagClassName
{
border-color: #3E577A;
}
</style>