Shades of Chambray #3F537E
Tints of Chambray #3F537E
RGB
CMYK
RGB Variations
Color information
#3F537E (or 0x3F537E) is known color: Chambray. HEX triplet: 3F, 53 and 7E. RGB value is (63,83,126). Sum of RGB (Red+Green+Blue) = 63+83+126=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 126 (49.61% from 255 or 46.32% from 272); Max value from RGB is 126 - color contains mainly: blue. Hex color #3F537E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F537E is #C0AC81. Grayscale: #515151. Windows color (decimal): -12627074 or 8278847. OLE color: 8278847.
HSL color Cylindrical-coordinate representation of color #3F537E: hue angle of 220.95º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F537E is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 83 | 126 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.51 |
| HSL | 220.95º | 0.33% | 0.37% | - |
| HSV(B) | 220.95º | 0.5% | 0.49% | - |
| XYZ | 8.91 | 8.75 | 20.96 | - |
| YUV | 81.92 | 152.87 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 126 | 0.50 | 0.34 | 0 | 0.51 | 220.95 | 0.33 | 0.37 |
| Hex | 3F | 53 | 7E | 32 | 22 | 0 | 33 | DD | 21 | 25 |
| Octal | 77 | 123 | 176 | 62 | 42 | 0 | 63 | 335 | 41 | 45 |
| Binary | 111111 | 1010011 | 1111110 | 110010 | 100010 | 0 | 110011 | 11011101 | 100001 | 100101 |
Color Harmonies of #3F537E
Complementary color
Monochromatic Colors of #3F537E
Black with #3F537E
Text Example
Text Example
White with #3F537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F537E; }
p { color: rgb(63,83,126); }
H1.HeaderClassName
{
color: #3F537E;
}
.AnyTagClassName
{
color: #3F537E;
}
</style>
background-color css
<style>
a { background-color: #3F537E; }
a { background-color: rgb(63,83,126); }
div.DivClassName
{
background-color: #3F537E;
}
.BgClassName
{
background-color: #3F537E;
}
</style>
border-color css
<style>
span { border-color: #3F537E; }
span { border-color: rgb(63,83,126); }
td.TdClassName
{
border-color: #3F537E;
}
.TagClassName
{
border-color: #3F537E;
}
</style>