Shades of Wedgewood #3C668D
Tints of Wedgewood #3C668D
RGB
CMYK
RGB Variations
Color information
#3C668D (or 0x3C668D) is known color: Wedgewood. HEX triplet: 3C, 66 and 8D. RGB value is (60,102,141). Sum of RGB (Red+Green+Blue) = 60+102+141=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 102 (40.23% from 255 or 33.66% 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 #3C668D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C668D is #C39972. Grayscale: #5D5D5D. Windows color (decimal): -12818803 or 9266748. OLE color: 9266748.
HSL color Cylindrical-coordinate representation of color #3C668D: hue angle of 208.89º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C668D is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 102 | 141 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.45 |
| HSL | 208.89º | 0.4% | 0.39% | - |
| HSV(B) | 208.89º | 0.57% | 0.55% | - |
| XYZ | 11.42 | 12.39 | 26.99 | - |
| YUV | 93.89 | 154.59 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 102 | 141 | 0.57 | 0.28 | 0 | 0.45 | 208.89 | 0.4 | 0.39 |
| Hex | 3C | 66 | 8D | 39 | 1C | 0 | 2D | D1 | 28 | 27 |
| Octal | 74 | 146 | 215 | 71 | 34 | 0 | 55 | 321 | 50 | 47 |
| Binary | 111100 | 1100110 | 10001101 | 111001 | 11100 | 0 | 101101 | 11010001 | 101000 | 100111 |
Color Harmonies of #3C668D
Complementary color
Monochromatic Colors of #3C668D
Black with #3C668D
Text Example
Text Example
White with #3C668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C668D; }
p { color: rgb(60,102,141); }
H1.HeaderClassName
{
color: #3C668D;
}
.AnyTagClassName
{
color: #3C668D;
}
</style>
background-color css
<style>
a { background-color: #3C668D; }
a { background-color: rgb(60,102,141); }
div.DivClassName
{
background-color: #3C668D;
}
.BgClassName
{
background-color: #3C668D;
}
</style>
border-color css
<style>
span { border-color: #3C668D; }
span { border-color: rgb(60,102,141); }
td.TdClassName
{
border-color: #3C668D;
}
.TagClassName
{
border-color: #3C668D;
}
</style>