Shades of Chambray #3B5473
Tints of Chambray #3B5473
RGB
CMYK
RGB Variations
Color information
#3B5473 (or 0x3B5473) is known color: Chambray. HEX triplet: 3B, 54 and 73. RGB value is (59,84,115). Sum of RGB (Red+Green+Blue) = 59+84+115=258 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.87% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B5473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5473 is #C4AB8C. Grayscale: #4F4F4F. Windows color (decimal): -12888973 or 7558203. OLE color: 7558203.
HSL color Cylindrical-coordinate representation of color #3B5473: hue angle of 213.21º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B5473 is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 84 | 115 | - |
| CMYK | 0.49 | 0.27 | 0 | 0.55 |
| HSL | 213.21º | 0.32% | 0.34% | - |
| HSV(B) | 213.21º | 0.49% | 0.45% | - |
| XYZ | 8.07 | 8.51 | 17.44 | - |
| YUV | 80.06 | 147.72 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 84 | 115 | 0.49 | 0.27 | 0 | 0.55 | 213.21 | 0.32 | 0.34 |
| Hex | 3B | 54 | 73 | 31 | 1B | 0 | 37 | D5 | 20 | 22 |
| Octal | 73 | 124 | 163 | 61 | 33 | 0 | 67 | 325 | 40 | 42 |
| Binary | 111011 | 1010100 | 1110011 | 110001 | 11011 | 0 | 110111 | 11010101 | 100000 | 100010 |
Color Harmonies of #3B5473
Complementary color
Monochromatic Colors of #3B5473
Black with #3B5473
Text Example
Text Example
White with #3B5473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5473; }
p { color: rgb(59,84,115); }
H1.HeaderClassName
{
color: #3B5473;
}
.AnyTagClassName
{
color: #3B5473;
}
</style>
background-color css
<style>
a { background-color: #3B5473; }
a { background-color: rgb(59,84,115); }
div.DivClassName
{
background-color: #3B5473;
}
.BgClassName
{
background-color: #3B5473;
}
</style>
border-color css
<style>
span { border-color: #3B5473; }
span { border-color: rgb(59,84,115); }
td.TdClassName
{
border-color: #3B5473;
}
.TagClassName
{
border-color: #3B5473;
}
</style>