Shades of Wedgewood #3F678C
Tints of Wedgewood #3F678C
RGB
CMYK
RGB Variations
Color information
#3F678C (or 0x3F678C) is known color: Wedgewood. HEX triplet: 3F, 67 and 8C. RGB value is (63,103,140). Sum of RGB (Red+Green+Blue) = 63+103+140=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 140 - color contains mainly: blue. Hex color #3F678C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F678C is #C09873. Grayscale: #5F5F5F. Windows color (decimal): -12621940 or 9201471. OLE color: 9201471.
HSL color Cylindrical-coordinate representation of color #3F678C: hue angle of 208.83º 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 #3F678C is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 103 | 140 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.45 |
| HSL | 208.83º | 0.38% | 0.4% | - |
| HSV(B) | 208.83º | 0.55% | 0.55% | - |
| XYZ | 11.63 | 12.65 | 26.64 | - |
| YUV | 95.26 | 153.25 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 103 | 140 | 0.55 | 0.26 | 0 | 0.45 | 208.83 | 0.38 | 0.4 |
| Hex | 3F | 67 | 8C | 37 | 1A | 0 | 2D | D1 | 26 | 28 |
| Octal | 77 | 147 | 214 | 67 | 32 | 0 | 55 | 321 | 46 | 50 |
| Binary | 111111 | 1100111 | 10001100 | 110111 | 11010 | 0 | 101101 | 11010001 | 100110 | 101000 |
Color Harmonies of #3F678C
Complementary color
Monochromatic Colors of #3F678C
Black with #3F678C
Text Example
Text Example
White with #3F678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F678C; }
p { color: rgb(63,103,140); }
H1.HeaderClassName
{
color: #3F678C;
}
.AnyTagClassName
{
color: #3F678C;
}
</style>
background-color css
<style>
a { background-color: #3F678C; }
a { background-color: rgb(63,103,140); }
div.DivClassName
{
background-color: #3F678C;
}
.BgClassName
{
background-color: #3F678C;
}
</style>
border-color css
<style>
span { border-color: #3F678C; }
span { border-color: rgb(63,103,140); }
td.TdClassName
{
border-color: #3F678C;
}
.TagClassName
{
border-color: #3F678C;
}
</style>