Shades of Wedgewood #3F678B
Tints of Wedgewood #3F678B
RGB
CMYK
RGB Variations
Color information
#3F678B (or 0x3F678B) is known color: Wedgewood. HEX triplet: 3F, 67 and 8B. RGB value is (63,103,139). Sum of RGB (Red+Green+Blue) = 63+103+139=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F678B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F678B is #C09874. Grayscale: #5E5E5E. Windows color (decimal): -12621941 or 9135935. OLE color: 9135935.
HSL color Cylindrical-coordinate representation of color #3F678B: hue angle of 208.42º 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 #3F678B is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 103 | 139 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.45 |
| HSL | 208.42º | 0.38% | 0.4% | - |
| HSV(B) | 208.42º | 0.55% | 0.55% | - |
| XYZ | 11.56 | 12.62 | 26.25 | - |
| YUV | 95.14 | 152.75 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 103 | 139 | 0.55 | 0.26 | 0 | 0.45 | 208.42 | 0.38 | 0.4 |
| Hex | 3F | 67 | 8B | 37 | 1A | 0 | 2D | D0 | 26 | 28 |
| Octal | 77 | 147 | 213 | 67 | 32 | 0 | 55 | 320 | 46 | 50 |
| Binary | 111111 | 1100111 | 10001011 | 110111 | 11010 | 0 | 101101 | 11010000 | 100110 | 101000 |
Color Harmonies of #3F678B
Complementary color
Monochromatic Colors of #3F678B
Black with #3F678B
Text Example
Text Example
White with #3F678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F678B; }
p { color: rgb(63,103,139); }
H1.HeaderClassName
{
color: #3F678B;
}
.AnyTagClassName
{
color: #3F678B;
}
</style>
background-color css
<style>
a { background-color: #3F678B; }
a { background-color: rgb(63,103,139); }
div.DivClassName
{
background-color: #3F678B;
}
.BgClassName
{
background-color: #3F678B;
}
</style>
border-color css
<style>
span { border-color: #3F678B; }
span { border-color: rgb(63,103,139); }
td.TdClassName
{
border-color: #3F678B;
}
.TagClassName
{
border-color: #3F678B;
}
</style>