Shades of Wedgewood #3D628D
Tints of Wedgewood #3D628D
RGB
CMYK
RGB Variations
Color information
#3D628D (or 0x3D628D) is known color: Wedgewood. HEX triplet: 3D, 62 and 8D. RGB value is (61,98,141). Sum of RGB (Red+Green+Blue) = 61+98+141=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D628D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D628D is #C29D72. Grayscale: #5B5B5B. Windows color (decimal): -12754291 or 9265725. OLE color: 9265725.
HSL color Cylindrical-coordinate representation of color #3D628D: hue angle of 212.25º 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 #3D628D is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 98 | 141 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.45 |
| HSL | 212.25º | 0.4% | 0.4% | - |
| HSV(B) | 212.25º | 0.57% | 0.55% | - |
| XYZ | 11.1 | 11.65 | 26.86 | - |
| YUV | 91.84 | 155.74 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 98 | 141 | 0.57 | 0.30 | 0 | 0.45 | 212.25 | 0.4 | 0.4 |
| Hex | 3D | 62 | 8D | 39 | 1E | 0 | 2D | D4 | 28 | 28 |
| Octal | 75 | 142 | 215 | 71 | 36 | 0 | 55 | 324 | 50 | 50 |
| Binary | 111101 | 1100010 | 10001101 | 111001 | 11110 | 0 | 101101 | 11010100 | 101000 | 101000 |
Color Harmonies of #3D628D
Complementary color
Monochromatic Colors of #3D628D
Black with #3D628D
Text Example
Text Example
White with #3D628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D628D; }
p { color: rgb(61,98,141); }
H1.HeaderClassName
{
color: #3D628D;
}
.AnyTagClassName
{
color: #3D628D;
}
</style>
background-color css
<style>
a { background-color: #3D628D; }
a { background-color: rgb(61,98,141); }
div.DivClassName
{
background-color: #3D628D;
}
.BgClassName
{
background-color: #3D628D;
}
</style>
border-color css
<style>
span { border-color: #3D628D; }
span { border-color: rgb(61,98,141); }
td.TdClassName
{
border-color: #3D628D;
}
.TagClassName
{
border-color: #3D628D;
}
</style>