Shades of Chambray #3D557B
Tints of Chambray #3D557B
RGB
CMYK
RGB Variations
Color information
#3D557B (or 0x3D557B) is known color: Chambray. HEX triplet: 3D, 55 and 7B. RGB value is (61,85,123). Sum of RGB (Red+Green+Blue) = 61+85+123=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D557B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D557B is #C2AA84. Grayscale: #515151. Windows color (decimal): -12757637 or 8082749. OLE color: 8082749.
HSL color Cylindrical-coordinate representation of color #3D557B: hue angle of 216.77º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D557B is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 61 | 85 | 123 | - |
| CMYK | 0.50 | 0.31 | 0 | 0.52 |
| HSL | 216.77º | 0.34% | 0.36% | - |
| HSV(B) | 216.77º | 0.5% | 0.48% | - |
| XYZ | 8.75 | 8.92 | 20 | - |
| YUV | 82.16 | 151.05 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 85 | 123 | 0.50 | 0.31 | 0 | 0.52 | 216.77 | 0.34 | 0.36 |
| Hex | 3D | 55 | 7B | 32 | 1F | 0 | 34 | D9 | 22 | 24 |
| Octal | 75 | 125 | 173 | 62 | 37 | 0 | 64 | 331 | 42 | 44 |
| Binary | 111101 | 1010101 | 1111011 | 110010 | 11111 | 0 | 110100 | 11011001 | 100010 | 100100 |
Color Harmonies of #3D557B
Complementary color
Monochromatic Colors of #3D557B
Black with #3D557B
Text Example
Text Example
White with #3D557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D557B; }
p { color: rgb(61,85,123); }
H1.HeaderClassName
{
color: #3D557B;
}
.AnyTagClassName
{
color: #3D557B;
}
</style>
background-color css
<style>
a { background-color: #3D557B; }
a { background-color: rgb(61,85,123); }
div.DivClassName
{
background-color: #3D557B;
}
.BgClassName
{
background-color: #3D557B;
}
</style>
border-color css
<style>
span { border-color: #3D557B; }
span { border-color: rgb(61,85,123); }
td.TdClassName
{
border-color: #3D557B;
}
.TagClassName
{
border-color: #3D557B;
}
</style>