Shades of Chambray #3B5377
Tints of Chambray #3B5377
RGB
CMYK
RGB Variations
Color information
#3B5377 (or 0x3B5377) is known color: Chambray. HEX triplet: 3B, 53 and 77. RGB value is (59,83,119). Sum of RGB (Red+Green+Blue) = 59+83+119=261 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.61% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 119 - color contains mainly: blue. Hex color #3B5377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5377 is #C4AC88. Grayscale: #4F4F4F. Windows color (decimal): -12889225 or 7820091. OLE color: 7820091.
HSL color Cylindrical-coordinate representation of color #3B5377: hue angle of 216º 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 #3B5377 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 59 | 83 | 119 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.53 |
| HSL | 216º | 0.34% | 0.35% | - |
| HSV(B) | 216º | 0.5% | 0.47% | - |
| XYZ | 8.23 | 8.45 | 18.65 | - |
| YUV | 79.93 | 150.05 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 83 | 119 | 0.50 | 0.30 | 0 | 0.53 | 216 | 0.34 | 0.35 |
| Hex | 3B | 53 | 77 | 32 | 1E | 0 | 35 | D8 | 22 | 23 |
| Octal | 73 | 123 | 167 | 62 | 36 | 0 | 65 | 330 | 42 | 43 |
| Binary | 111011 | 1010011 | 1110111 | 110010 | 11110 | 0 | 110101 | 11011000 | 100010 | 100011 |
Color Harmonies of #3B5377
Complementary color
Monochromatic Colors of #3B5377
Black with #3B5377
Text Example
Text Example
White with #3B5377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5377; }
p { color: rgb(59,83,119); }
H1.HeaderClassName
{
color: #3B5377;
}
.AnyTagClassName
{
color: #3B5377;
}
</style>
background-color css
<style>
a { background-color: #3B5377; }
a { background-color: rgb(59,83,119); }
div.DivClassName
{
background-color: #3B5377;
}
.BgClassName
{
background-color: #3B5377;
}
</style>
border-color css
<style>
span { border-color: #3B5377; }
span { border-color: rgb(59,83,119); }
td.TdClassName
{
border-color: #3B5377;
}
.TagClassName
{
border-color: #3B5377;
}
</style>