Shades of Chambray #3F5473
Tints of Chambray #3F5473
RGB
CMYK
RGB Variations
Color information
#3F5473 (or 0x3F5473) is known color: Chambray. HEX triplet: 3F, 54 and 73. RGB value is (63,84,115). Sum of RGB (Red+Green+Blue) = 63+84+115=262 (34% of max value = 765). Red value is 63 (25% from 255 or 24.05% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F5473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5473 is #C0AB8C. Grayscale: #515151. Windows color (decimal): -12626829 or 7558207. OLE color: 7558207.
HSL color Cylindrical-coordinate representation of color #3F5473: hue angle of 215.77º 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 #3F5473 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 84 | 115 | - |
| CMYK | 0.45 | 0.27 | 0 | 0.55 |
| HSL | 215.77º | 0.29% | 0.35% | - |
| HSV(B) | 215.77º | 0.45% | 0.45% | - |
| XYZ | 8.31 | 8.64 | 17.45 | - |
| YUV | 81.26 | 147.04 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 84 | 115 | 0.45 | 0.27 | 0 | 0.55 | 215.77 | 0.29 | 0.35 |
| Hex | 3F | 54 | 73 | 2D | 1B | 0 | 37 | D8 | 1D | 23 |
| Octal | 77 | 124 | 163 | 55 | 33 | 0 | 67 | 330 | 35 | 43 |
| Binary | 111111 | 1010100 | 1110011 | 101101 | 11011 | 0 | 110111 | 11011000 | 11101 | 100011 |
Color Harmonies of #3F5473
Complementary color
Monochromatic Colors of #3F5473
Black with #3F5473
Text Example
Text Example
White with #3F5473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5473; }
p { color: rgb(63,84,115); }
H1.HeaderClassName
{
color: #3F5473;
}
.AnyTagClassName
{
color: #3F5473;
}
</style>
background-color css
<style>
a { background-color: #3F5473; }
a { background-color: rgb(63,84,115); }
div.DivClassName
{
background-color: #3F5473;
}
.BgClassName
{
background-color: #3F5473;
}
</style>
border-color css
<style>
span { border-color: #3F5473; }
span { border-color: rgb(63,84,115); }
td.TdClassName
{
border-color: #3F5473;
}
.TagClassName
{
border-color: #3F5473;
}
</style>