Shades of Chambray #3D577C
Tints of Chambray #3D577C
RGB
CMYK
RGB Variations
Color information
#3D577C (or 0x3D577C) is known color: Chambray. HEX triplet: 3D, 57 and 7C. RGB value is (61,87,124). Sum of RGB (Red+Green+Blue) = 61+87+124=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #3D577C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D577C is #C2A883. Grayscale: #535353. Windows color (decimal): -12757124 or 8148797. OLE color: 8148797.
HSL color Cylindrical-coordinate representation of color #3D577C: hue angle of 215.24º 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 #3D577C is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 61 | 87 | 124 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.51 |
| HSL | 215.24º | 0.34% | 0.36% | - |
| HSV(B) | 215.24º | 0.51% | 0.49% | - |
| XYZ | 8.97 | 9.26 | 20.38 | - |
| YUV | 83.44 | 150.89 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 87 | 124 | 0.51 | 0.30 | 0 | 0.51 | 215.24 | 0.34 | 0.36 |
| Hex | 3D | 57 | 7C | 33 | 1E | 0 | 33 | D7 | 22 | 24 |
| Octal | 75 | 127 | 174 | 63 | 36 | 0 | 63 | 327 | 42 | 44 |
| Binary | 111101 | 1010111 | 1111100 | 110011 | 11110 | 0 | 110011 | 11010111 | 100010 | 100100 |
Color Harmonies of #3D577C
Complementary color
Monochromatic Colors of #3D577C
Black with #3D577C
Text Example
Text Example
White with #3D577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D577C; }
p { color: rgb(61,87,124); }
H1.HeaderClassName
{
color: #3D577C;
}
.AnyTagClassName
{
color: #3D577C;
}
</style>
background-color css
<style>
a { background-color: #3D577C; }
a { background-color: rgb(61,87,124); }
div.DivClassName
{
background-color: #3D577C;
}
.BgClassName
{
background-color: #3D577C;
}
</style>
border-color css
<style>
span { border-color: #3D577C; }
span { border-color: rgb(61,87,124); }
td.TdClassName
{
border-color: #3D577C;
}
.TagClassName
{
border-color: #3D577C;
}
</style>