Shades of Wedgewood #3F698F
Tints of Wedgewood #3F698F
RGB
CMYK
RGB Variations
Color information
#3F698F (or 0x3F698F) is known color: Wedgewood. HEX triplet: 3F, 69 and 8F. RGB value is (63,105,143). Sum of RGB (Red+Green+Blue) = 63+105+143=311 (41% of max value = 765). Red value is 63 (25% from 255 or 20.26% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 143 (56.25% from 255 or 45.98% from 311); Max value from RGB is 143 - color contains mainly: blue. Hex color #3F698F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F698F is #C09670. Grayscale: #606060. Windows color (decimal): -12621425 or 9398591. OLE color: 9398591.
HSL color Cylindrical-coordinate representation of color #3F698F: hue angle of 208.5º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F698F is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 105 | 143 | - |
| CMYK | 0.56 | 0.27 | 0 | 0.44 |
| HSL | 208.5º | 0.39% | 0.4% | - |
| HSV(B) | 208.5º | 0.56% | 0.56% | - |
| XYZ | 12.06 | 13.14 | 27.89 | - |
| YUV | 96.77 | 154.09 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 143 | 0.56 | 0.27 | 0 | 0.44 | 208.5 | 0.39 | 0.4 |
| Hex | 3F | 69 | 8F | 38 | 1B | 0 | 2C | D0 | 27 | 28 |
| Octal | 77 | 151 | 217 | 70 | 33 | 0 | 54 | 320 | 47 | 50 |
| Binary | 111111 | 1101001 | 10001111 | 111000 | 11011 | 0 | 101100 | 11010000 | 100111 | 101000 |
Color Harmonies of #3F698F
Complementary color
Monochromatic Colors of #3F698F
Black with #3F698F
Text Example
Text Example
White with #3F698F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F698F; }
p { color: rgb(63,105,143); }
H1.HeaderClassName
{
color: #3F698F;
}
.AnyTagClassName
{
color: #3F698F;
}
</style>
background-color css
<style>
a { background-color: #3F698F; }
a { background-color: rgb(63,105,143); }
div.DivClassName
{
background-color: #3F698F;
}
.BgClassName
{
background-color: #3F698F;
}
</style>
border-color css
<style>
span { border-color: #3F698F; }
span { border-color: rgb(63,105,143); }
td.TdClassName
{
border-color: #3F698F;
}
.TagClassName
{
border-color: #3F698F;
}
</style>