Shades of Wedgewood #3D658D
Tints of Wedgewood #3D658D
RGB
CMYK
RGB Variations
Color information
#3D658D (or 0x3D658D) is known color: Wedgewood. HEX triplet: 3D, 65 and 8D. RGB value is (61,101,141). Sum of RGB (Red+Green+Blue) = 61+101+141=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D658D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D658D is #C29A72. Grayscale: #5D5D5D. Windows color (decimal): -12753523 or 9266493. OLE color: 9266493.
HSL color Cylindrical-coordinate representation of color #3D658D: hue angle of 210º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D658D is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 101 | 141 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.45 |
| HSL | 210º | 0.4% | 0.4% | - |
| HSV(B) | 210º | 0.57% | 0.55% | - |
| XYZ | 11.39 | 12.22 | 26.96 | - |
| YUV | 93.6 | 154.75 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 101 | 141 | 0.57 | 0.28 | 0 | 0.45 | 210 | 0.4 | 0.4 |
| Hex | 3D | 65 | 8D | 39 | 1C | 0 | 2D | D2 | 28 | 28 |
| Octal | 75 | 145 | 215 | 71 | 34 | 0 | 55 | 322 | 50 | 50 |
| Binary | 111101 | 1100101 | 10001101 | 111001 | 11100 | 0 | 101101 | 11010010 | 101000 | 101000 |
Color Harmonies of #3D658D
Complementary color
Monochromatic Colors of #3D658D
Black with #3D658D
Text Example
Text Example
White with #3D658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D658D; }
p { color: rgb(61,101,141); }
H1.HeaderClassName
{
color: #3D658D;
}
.AnyTagClassName
{
color: #3D658D;
}
</style>
background-color css
<style>
a { background-color: #3D658D; }
a { background-color: rgb(61,101,141); }
div.DivClassName
{
background-color: #3D658D;
}
.BgClassName
{
background-color: #3D658D;
}
</style>
border-color css
<style>
span { border-color: #3D658D; }
span { border-color: rgb(61,101,141); }
td.TdClassName
{
border-color: #3D658D;
}
.TagClassName
{
border-color: #3D658D;
}
</style>