Shades of Chambray #3D567C
Tints of Chambray #3D567C
RGB
CMYK
RGB Variations
Color information
#3D567C (or 0x3D567C) is known color: Chambray. HEX triplet: 3D, 56 and 7C. RGB value is (61,86,124). Sum of RGB (Red+Green+Blue) = 61+86+124=271 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.51% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 124 - color contains mainly: blue. Hex color #3D567C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D567C is #C2A983. Grayscale: #525252. Windows color (decimal): -12757380 or 8148541. OLE color: 8148541.
HSL color Cylindrical-coordinate representation of color #3D567C: hue angle of 216.19º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D567C is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 61 | 86 | 124 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.51 |
| HSL | 216.19º | 0.34% | 0.36% | - |
| HSV(B) | 216.19º | 0.51% | 0.49% | - |
| XYZ | 8.89 | 9.1 | 20.36 | - |
| YUV | 82.86 | 151.22 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 86 | 124 | 0.51 | 0.31 | 0 | 0.51 | 216.19 | 0.34 | 0.36 |
| Hex | 3D | 56 | 7C | 33 | 1F | 0 | 33 | D8 | 22 | 24 |
| Octal | 75 | 126 | 174 | 63 | 37 | 0 | 63 | 330 | 42 | 44 |
| Binary | 111101 | 1010110 | 1111100 | 110011 | 11111 | 0 | 110011 | 11011000 | 100010 | 100100 |
Color Harmonies of #3D567C
Complementary color
Monochromatic Colors of #3D567C
Black with #3D567C
Text Example
Text Example
White with #3D567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D567C; }
p { color: rgb(61,86,124); }
H1.HeaderClassName
{
color: #3D567C;
}
.AnyTagClassName
{
color: #3D567C;
}
</style>
background-color css
<style>
a { background-color: #3D567C; }
a { background-color: rgb(61,86,124); }
div.DivClassName
{
background-color: #3D567C;
}
.BgClassName
{
background-color: #3D567C;
}
</style>
border-color css
<style>
span { border-color: #3D567C; }
span { border-color: rgb(61,86,124); }
td.TdClassName
{
border-color: #3D567C;
}
.TagClassName
{
border-color: #3D567C;
}
</style>