Shades of Chambray #3D567B
Tints of Chambray #3D567B
RGB
CMYK
RGB Variations
Color information
#3D567B (or 0x3D567B) is known color: Chambray. HEX triplet: 3D, 56 and 7B. RGB value is (61,86,123). Sum of RGB (Red+Green+Blue) = 61+86+123=270 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.59% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D567B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D567B is #C2A984. Grayscale: #525252. Windows color (decimal): -12757381 or 8083005. OLE color: 8083005.
HSL color Cylindrical-coordinate representation of color #3D567B: hue angle of 215.81º 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 #3D567B is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 61 | 86 | 123 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.52 |
| HSL | 215.81º | 0.34% | 0.36% | - |
| HSV(B) | 215.81º | 0.5% | 0.48% | - |
| XYZ | 8.83 | 9.08 | 20.03 | - |
| YUV | 82.74 | 150.72 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 86 | 123 | 0.50 | 0.30 | 0 | 0.52 | 215.81 | 0.34 | 0.36 |
| Hex | 3D | 56 | 7B | 32 | 1E | 0 | 34 | D8 | 22 | 24 |
| Octal | 75 | 126 | 173 | 62 | 36 | 0 | 64 | 330 | 42 | 44 |
| Binary | 111101 | 1010110 | 1111011 | 110010 | 11110 | 0 | 110100 | 11011000 | 100010 | 100100 |
Color Harmonies of #3D567B
Complementary color
Monochromatic Colors of #3D567B
Black with #3D567B
Text Example
Text Example
White with #3D567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D567B; }
p { color: rgb(61,86,123); }
H1.HeaderClassName
{
color: #3D567B;
}
.AnyTagClassName
{
color: #3D567B;
}
</style>
background-color css
<style>
a { background-color: #3D567B; }
a { background-color: rgb(61,86,123); }
div.DivClassName
{
background-color: #3D567B;
}
.BgClassName
{
background-color: #3D567B;
}
</style>
border-color css
<style>
span { border-color: #3D567B; }
span { border-color: rgb(61,86,123); }
td.TdClassName
{
border-color: #3D567B;
}
.TagClassName
{
border-color: #3D567B;
}
</style>