Shades of Wedgewood #3F678D
Tints of Wedgewood #3F678D
RGB
CMYK
RGB Variations
Color information
#3F678D (or 0x3F678D) is known color: Wedgewood. HEX triplet: 3F, 67 and 8D. RGB value is (63,103,141). Sum of RGB (Red+Green+Blue) = 63+103+141=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #3F678D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F678D is #C09872. Grayscale: #5F5F5F. Windows color (decimal): -12621939 or 9267007. OLE color: 9267007.
HSL color Cylindrical-coordinate representation of color #3F678D: hue angle of 209.23º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F678D is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 103 | 141 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.45 |
| HSL | 209.23º | 0.38% | 0.4% | - |
| HSV(B) | 209.23º | 0.55% | 0.55% | - |
| XYZ | 11.71 | 12.68 | 27.03 | - |
| YUV | 95.37 | 153.75 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 103 | 141 | 0.55 | 0.27 | 0 | 0.45 | 209.23 | 0.38 | 0.4 |
| Hex | 3F | 67 | 8D | 37 | 1B | 0 | 2D | D1 | 26 | 28 |
| Octal | 77 | 147 | 215 | 67 | 33 | 0 | 55 | 321 | 46 | 50 |
| Binary | 111111 | 1100111 | 10001101 | 110111 | 11011 | 0 | 101101 | 11010001 | 100110 | 101000 |
Color Harmonies of #3F678D
Complementary color
Monochromatic Colors of #3F678D
Black with #3F678D
Text Example
Text Example
White with #3F678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F678D; }
p { color: rgb(63,103,141); }
H1.HeaderClassName
{
color: #3F678D;
}
.AnyTagClassName
{
color: #3F678D;
}
</style>
background-color css
<style>
a { background-color: #3F678D; }
a { background-color: rgb(63,103,141); }
div.DivClassName
{
background-color: #3F678D;
}
.BgClassName
{
background-color: #3F678D;
}
</style>
border-color css
<style>
span { border-color: #3F678D; }
span { border-color: rgb(63,103,141); }
td.TdClassName
{
border-color: #3F678D;
}
.TagClassName
{
border-color: #3F678D;
}
</style>