Shades of Chambray #3B5477
Tints of Chambray #3B5477
RGB
CMYK
RGB Variations
Color information
#3B5477 (or 0x3B5477) is known color: Chambray. HEX triplet: 3B, 54 and 77. RGB value is (59,84,119). Sum of RGB (Red+Green+Blue) = 59+84+119=262 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.52% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 119 - color contains mainly: blue. Hex color #3B5477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5477 is #C4AB88. Grayscale: #505050. Windows color (decimal): -12888969 or 7820347. OLE color: 7820347.
HSL color Cylindrical-coordinate representation of color #3B5477: hue angle of 215º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B5477 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 59 | 84 | 119 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.53 |
| HSL | 215º | 0.34% | 0.35% | - |
| HSV(B) | 215º | 0.5% | 0.47% | - |
| XYZ | 8.3 | 8.6 | 18.68 | - |
| YUV | 80.52 | 149.72 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 84 | 119 | 0.50 | 0.29 | 0 | 0.53 | 215 | 0.34 | 0.35 |
| Hex | 3B | 54 | 77 | 32 | 1D | 0 | 35 | D7 | 22 | 23 |
| Octal | 73 | 124 | 167 | 62 | 35 | 0 | 65 | 327 | 42 | 43 |
| Binary | 111011 | 1010100 | 1110111 | 110010 | 11101 | 0 | 110101 | 11010111 | 100010 | 100011 |
Color Harmonies of #3B5477
Complementary color
Monochromatic Colors of #3B5477
Black with #3B5477
Text Example
Text Example
White with #3B5477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5477; }
p { color: rgb(59,84,119); }
H1.HeaderClassName
{
color: #3B5477;
}
.AnyTagClassName
{
color: #3B5477;
}
</style>
background-color css
<style>
a { background-color: #3B5477; }
a { background-color: rgb(59,84,119); }
div.DivClassName
{
background-color: #3B5477;
}
.BgClassName
{
background-color: #3B5477;
}
</style>
border-color css
<style>
span { border-color: #3B5477; }
span { border-color: rgb(59,84,119); }
td.TdClassName
{
border-color: #3B5477;
}
.TagClassName
{
border-color: #3B5477;
}
</style>