Shades of Chambray #3F5573
Tints of Chambray #3F5573
RGB
CMYK
RGB Variations
Color information
#3F5573 (or 0x3F5573) is known color: Chambray. HEX triplet: 3F, 55 and 73. RGB value is (63,85,115). Sum of RGB (Red+Green+Blue) = 63+85+115=263 (34% of max value = 765). Red value is 63 (25% from 255 or 23.95% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F5573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5573 is #C0AA8C. Grayscale: #515151. Windows color (decimal): -12626573 or 7558463. OLE color: 7558463.
HSL color Cylindrical-coordinate representation of color #3F5573: hue angle of 214.62º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F5573 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 85 | 115 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.55 |
| HSL | 214.62º | 0.29% | 0.35% | - |
| HSV(B) | 214.62º | 0.45% | 0.45% | - |
| XYZ | 8.39 | 8.79 | 17.47 | - |
| YUV | 81.84 | 146.71 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 85 | 115 | 0.45 | 0.26 | 0 | 0.55 | 214.62 | 0.29 | 0.35 |
| Hex | 3F | 55 | 73 | 2D | 1A | 0 | 37 | D7 | 1D | 23 |
| Octal | 77 | 125 | 163 | 55 | 32 | 0 | 67 | 327 | 35 | 43 |
| Binary | 111111 | 1010101 | 1110011 | 101101 | 11010 | 0 | 110111 | 11010111 | 11101 | 100011 |
Color Harmonies of #3F5573
Complementary color
Monochromatic Colors of #3F5573
Black with #3F5573
Text Example
Text Example
White with #3F5573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5573; }
p { color: rgb(63,85,115); }
H1.HeaderClassName
{
color: #3F5573;
}
.AnyTagClassName
{
color: #3F5573;
}
</style>
background-color css
<style>
a { background-color: #3F5573; }
a { background-color: rgb(63,85,115); }
div.DivClassName
{
background-color: #3F5573;
}
.BgClassName
{
background-color: #3F5573;
}
</style>
border-color css
<style>
span { border-color: #3F5573; }
span { border-color: rgb(63,85,115); }
td.TdClassName
{
border-color: #3F5573;
}
.TagClassName
{
border-color: #3F5573;
}
</style>