Shades of Chambray #3B5375
Tints of Chambray #3B5375
RGB
CMYK
RGB Variations
Color information
#3B5375 (or 0x3B5375) is known color: Chambray. HEX triplet: 3B, 53 and 75. RGB value is (59,83,117). Sum of RGB (Red+Green+Blue) = 59+83+117=259 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.78% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #3B5375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5375 is #C4AC8A. Grayscale: #4F4F4F. Windows color (decimal): -12889227 or 7689019. OLE color: 7689019.
HSL color Cylindrical-coordinate representation of color #3B5375: hue angle of 215.17º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B5375 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 83 | 117 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.54 |
| HSL | 215.17º | 0.33% | 0.35% | - |
| HSV(B) | 215.17º | 0.5% | 0.46% | - |
| XYZ | 8.11 | 8.4 | 18.02 | - |
| YUV | 79.7 | 149.05 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 83 | 117 | 0.50 | 0.29 | 0 | 0.54 | 215.17 | 0.33 | 0.35 |
| Hex | 3B | 53 | 75 | 32 | 1D | 0 | 36 | D7 | 21 | 23 |
| Octal | 73 | 123 | 165 | 62 | 35 | 0 | 66 | 327 | 41 | 43 |
| Binary | 111011 | 1010011 | 1110101 | 110010 | 11101 | 0 | 110110 | 11010111 | 100001 | 100011 |
Color Harmonies of #3B5375
Complementary color
Monochromatic Colors of #3B5375
Black with #3B5375
Text Example
Text Example
White with #3B5375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5375; }
p { color: rgb(59,83,117); }
H1.HeaderClassName
{
color: #3B5375;
}
.AnyTagClassName
{
color: #3B5375;
}
</style>
background-color css
<style>
a { background-color: #3B5375; }
a { background-color: rgb(59,83,117); }
div.DivClassName
{
background-color: #3B5375;
}
.BgClassName
{
background-color: #3B5375;
}
</style>
border-color css
<style>
span { border-color: #3B5375; }
span { border-color: rgb(59,83,117); }
td.TdClassName
{
border-color: #3B5375;
}
.TagClassName
{
border-color: #3B5375;
}
</style>