Shades of Wedgewood #3C658D
Tints of Wedgewood #3C658D
RGB
CMYK
RGB Variations
Color information
#3C658D (or 0x3C658D) is known color: Wedgewood. HEX triplet: 3C, 65 and 8D. RGB value is (60,101,141). Sum of RGB (Red+Green+Blue) = 60+101+141=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C658D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C658D is #C39A72. Grayscale: #5D5D5D. Windows color (decimal): -12819059 or 9266492. OLE color: 9266492.
HSL color Cylindrical-coordinate representation of color #3C658D: hue angle of 209.63º 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 #3C658D is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 101 | 141 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.45 |
| HSL | 209.63º | 0.4% | 0.39% | - |
| HSV(B) | 209.63º | 0.57% | 0.55% | - |
| XYZ | 11.32 | 12.19 | 26.96 | - |
| YUV | 93.3 | 154.92 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 101 | 141 | 0.57 | 0.28 | 0 | 0.45 | 209.63 | 0.4 | 0.39 |
| Hex | 3C | 65 | 8D | 39 | 1C | 0 | 2D | D2 | 28 | 27 |
| Octal | 74 | 145 | 215 | 71 | 34 | 0 | 55 | 322 | 50 | 47 |
| Binary | 111100 | 1100101 | 10001101 | 111001 | 11100 | 0 | 101101 | 11010010 | 101000 | 100111 |
Color Harmonies of #3C658D
Complementary color
Monochromatic Colors of #3C658D
Black with #3C658D
Text Example
Text Example
White with #3C658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C658D; }
p { color: rgb(60,101,141); }
H1.HeaderClassName
{
color: #3C658D;
}
.AnyTagClassName
{
color: #3C658D;
}
</style>
background-color css
<style>
a { background-color: #3C658D; }
a { background-color: rgb(60,101,141); }
div.DivClassName
{
background-color: #3C658D;
}
.BgClassName
{
background-color: #3C658D;
}
</style>
border-color css
<style>
span { border-color: #3C658D; }
span { border-color: rgb(60,101,141); }
td.TdClassName
{
border-color: #3C658D;
}
.TagClassName
{
border-color: #3C658D;
}
</style>