Shades of Wedgewood #3D648E
Tints of Wedgewood #3D648E
RGB
CMYK
RGB Variations
Color information
#3D648E (or 0x3D648E) is known color: Wedgewood. HEX triplet: 3D, 64 and 8E. RGB value is (61,100,142). Sum of RGB (Red+Green+Blue) = 61+100+142=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #3D648E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D648E is #C29B71. Grayscale: #5C5C5C. Windows color (decimal): -12753778 or 9331773. OLE color: 9331773.
HSL color Cylindrical-coordinate representation of color #3D648E: hue angle of 211.11º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D648E is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 100 | 142 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.44 |
| HSL | 211.11º | 0.4% | 0.4% | - |
| HSV(B) | 211.11º | 0.57% | 0.56% | - |
| XYZ | 11.36 | 12.06 | 27.32 | - |
| YUV | 93.13 | 155.58 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 100 | 142 | 0.57 | 0.30 | 0 | 0.44 | 211.11 | 0.4 | 0.4 |
| Hex | 3D | 64 | 8E | 39 | 1E | 0 | 2C | D3 | 28 | 28 |
| Octal | 75 | 144 | 216 | 71 | 36 | 0 | 54 | 323 | 50 | 50 |
| Binary | 111101 | 1100100 | 10001110 | 111001 | 11110 | 0 | 101100 | 11010011 | 101000 | 101000 |
Color Harmonies of #3D648E
Complementary color
Monochromatic Colors of #3D648E
Black with #3D648E
Text Example
Text Example
White with #3D648E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D648E; }
p { color: rgb(61,100,142); }
H1.HeaderClassName
{
color: #3D648E;
}
.AnyTagClassName
{
color: #3D648E;
}
</style>
background-color css
<style>
a { background-color: #3D648E; }
a { background-color: rgb(61,100,142); }
div.DivClassName
{
background-color: #3D648E;
}
.BgClassName
{
background-color: #3D648E;
}
</style>
border-color css
<style>
span { border-color: #3D648E; }
span { border-color: rgb(61,100,142); }
td.TdClassName
{
border-color: #3D648E;
}
.TagClassName
{
border-color: #3D648E;
}
</style>