Shades of Chambray #3E557A
Tints of Chambray #3E557A
RGB
CMYK
RGB Variations
Color information
#3E557A (or 0x3E557A) is known color: Chambray. HEX triplet: 3E, 55 and 7A. RGB value is (62,85,122). Sum of RGB (Red+Green+Blue) = 62+85+122=269 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.05% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 122 (48.05% from 255 or 45.35% from 269); Max value from RGB is 122 - color contains mainly: blue. Hex color #3E557A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E557A is #C1AA85. Grayscale: #525252. Windows color (decimal): -12692102 or 8017214. OLE color: 8017214.
HSL color Cylindrical-coordinate representation of color #3E557A: hue angle of 217º 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 #3E557A is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 85 | 122 | - |
| CMYK | 0.49 | 0.30 | 0 | 0.52 |
| HSL | 217º | 0.33% | 0.36% | - |
| HSV(B) | 217º | 0.49% | 0.48% | - |
| XYZ | 8.75 | 8.93 | 19.67 | - |
| YUV | 82.34 | 150.38 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 85 | 122 | 0.49 | 0.30 | 0 | 0.52 | 217 | 0.33 | 0.36 |
| Hex | 3E | 55 | 7A | 31 | 1E | 0 | 34 | D9 | 21 | 24 |
| Octal | 76 | 125 | 172 | 61 | 36 | 0 | 64 | 331 | 41 | 44 |
| Binary | 111110 | 1010101 | 1111010 | 110001 | 11110 | 0 | 110100 | 11011001 | 100001 | 100100 |
Color Harmonies of #3E557A
Complementary color
Monochromatic Colors of #3E557A
Black with #3E557A
Text Example
Text Example
White with #3E557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E557A; }
p { color: rgb(62,85,122); }
H1.HeaderClassName
{
color: #3E557A;
}
.AnyTagClassName
{
color: #3E557A;
}
</style>
background-color css
<style>
a { background-color: #3E557A; }
a { background-color: rgb(62,85,122); }
div.DivClassName
{
background-color: #3E557A;
}
.BgClassName
{
background-color: #3E557A;
}
</style>
border-color css
<style>
span { border-color: #3E557A; }
span { border-color: rgb(62,85,122); }
td.TdClassName
{
border-color: #3E557A;
}
.TagClassName
{
border-color: #3E557A;
}
</style>