Shades of Wedgewood #3E668D
Tints of Wedgewood #3E668D
RGB
CMYK
RGB Variations
Color information
#3E668D (or 0x3E668D) is known color: Wedgewood. HEX triplet: 3E, 66 and 8D. RGB value is (62,102,141). Sum of RGB (Red+Green+Blue) = 62+102+141=305 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.33% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E668D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E668D is #C19972. Grayscale: #5E5E5E. Windows color (decimal): -12687731 or 9266750. OLE color: 9266750.
HSL color Cylindrical-coordinate representation of color #3E668D: hue angle of 209.62º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E668D is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 102 | 141 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.45 |
| HSL | 209.62º | 0.39% | 0.4% | - |
| HSV(B) | 209.62º | 0.56% | 0.55% | - |
| XYZ | 11.55 | 12.45 | 26.99 | - |
| YUV | 94.49 | 154.25 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 102 | 141 | 0.56 | 0.28 | 0 | 0.45 | 209.62 | 0.39 | 0.4 |
| Hex | 3E | 66 | 8D | 38 | 1C | 0 | 2D | D2 | 27 | 28 |
| Octal | 76 | 146 | 215 | 70 | 34 | 0 | 55 | 322 | 47 | 50 |
| Binary | 111110 | 1100110 | 10001101 | 111000 | 11100 | 0 | 101101 | 11010010 | 100111 | 101000 |
Color Harmonies of #3E668D
Complementary color
Monochromatic Colors of #3E668D
Black with #3E668D
Text Example
Text Example
White with #3E668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E668D; }
p { color: rgb(62,102,141); }
H1.HeaderClassName
{
color: #3E668D;
}
.AnyTagClassName
{
color: #3E668D;
}
</style>
background-color css
<style>
a { background-color: #3E668D; }
a { background-color: rgb(62,102,141); }
div.DivClassName
{
background-color: #3E668D;
}
.BgClassName
{
background-color: #3E668D;
}
</style>
border-color css
<style>
span { border-color: #3E668D; }
span { border-color: rgb(62,102,141); }
td.TdClassName
{
border-color: #3E668D;
}
.TagClassName
{
border-color: #3E668D;
}
</style>