Shades of Chambray #3D5377
Tints of Chambray #3D5377
RGB
CMYK
RGB Variations
Color information
#3D5377 (or 0x3D5377) is known color: Chambray. HEX triplet: 3D, 53 and 77. RGB value is (61,83,119). Sum of RGB (Red+Green+Blue) = 61+83+119=263 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.19% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #3D5377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5377 is #C2AC88. Grayscale: #505050. Windows color (decimal): -12758153 or 7820093. OLE color: 7820093.
HSL color Cylindrical-coordinate representation of color #3D5377: hue angle of 217.24º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D5377 is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 83 | 119 | - |
| CMYK | 0.49 | 0.30 | 0 | 0.53 |
| HSL | 217.24º | 0.32% | 0.35% | - |
| HSV(B) | 217.24º | 0.49% | 0.47% | - |
| XYZ | 8.35 | 8.51 | 18.66 | - |
| YUV | 80.53 | 149.71 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 83 | 119 | 0.49 | 0.30 | 0 | 0.53 | 217.24 | 0.32 | 0.35 |
| Hex | 3D | 53 | 77 | 31 | 1E | 0 | 35 | D9 | 20 | 23 |
| Octal | 75 | 123 | 167 | 61 | 36 | 0 | 65 | 331 | 40 | 43 |
| Binary | 111101 | 1010011 | 1110111 | 110001 | 11110 | 0 | 110101 | 11011001 | 100000 | 100011 |
Color Harmonies of #3D5377
Complementary color
Monochromatic Colors of #3D5377
Black with #3D5377
Text Example
Text Example
White with #3D5377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5377; }
p { color: rgb(61,83,119); }
H1.HeaderClassName
{
color: #3D5377;
}
.AnyTagClassName
{
color: #3D5377;
}
</style>
background-color css
<style>
a { background-color: #3D5377; }
a { background-color: rgb(61,83,119); }
div.DivClassName
{
background-color: #3D5377;
}
.BgClassName
{
background-color: #3D5377;
}
</style>
border-color css
<style>
span { border-color: #3D5377; }
span { border-color: rgb(61,83,119); }
td.TdClassName
{
border-color: #3D5377;
}
.TagClassName
{
border-color: #3D5377;
}
</style>