Shades of Chambray #3D577A
Tints of Chambray #3D577A
RGB
CMYK
RGB Variations
Color information
#3D577A (or 0x3D577A) is known color: Chambray. HEX triplet: 3D, 57 and 7A. RGB value is (61,87,122). Sum of RGB (Red+Green+Blue) = 61+87+122=270 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.59% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #3D577A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D577A is #C2A885. Grayscale: #535353. Windows color (decimal): -12757126 or 8017725. OLE color: 8017725.
HSL color Cylindrical-coordinate representation of color #3D577A: hue angle of 214.43º degrees, saturation: 0.33, 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 #3D577A is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 61 | 87 | 122 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.52 |
| HSL | 214.43º | 0.33% | 0.36% | - |
| HSV(B) | 214.43º | 0.5% | 0.48% | - |
| XYZ | 8.85 | 9.21 | 19.72 | - |
| YUV | 83.22 | 149.89 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 87 | 122 | 0.50 | 0.29 | 0 | 0.52 | 214.43 | 0.33 | 0.36 |
| Hex | 3D | 57 | 7A | 32 | 1D | 0 | 34 | D6 | 21 | 24 |
| Octal | 75 | 127 | 172 | 62 | 35 | 0 | 64 | 326 | 41 | 44 |
| Binary | 111101 | 1010111 | 1111010 | 110010 | 11101 | 0 | 110100 | 11010110 | 100001 | 100100 |
Color Harmonies of #3D577A
Complementary color
Monochromatic Colors of #3D577A
Black with #3D577A
Text Example
Text Example
White with #3D577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D577A; }
p { color: rgb(61,87,122); }
H1.HeaderClassName
{
color: #3D577A;
}
.AnyTagClassName
{
color: #3D577A;
}
</style>
background-color css
<style>
a { background-color: #3D577A; }
a { background-color: rgb(61,87,122); }
div.DivClassName
{
background-color: #3D577A;
}
.BgClassName
{
background-color: #3D577A;
}
</style>
border-color css
<style>
span { border-color: #3D577A; }
span { border-color: rgb(61,87,122); }
td.TdClassName
{
border-color: #3D577A;
}
.TagClassName
{
border-color: #3D577A;
}
</style>