Shades of Wedgewood #3F698C
Tints of Wedgewood #3F698C
RGB
CMYK
RGB Variations
Color information
#3F698C (or 0x3F698C) is known color: Wedgewood. HEX triplet: 3F, 69 and 8C. RGB value is (63,105,140). Sum of RGB (Red+Green+Blue) = 63+105+140=308 (40% of max value = 765). Red value is 63 (25% from 255 or 20.45% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #3F698C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F698C is #C09673. Grayscale: #606060. Windows color (decimal): -12621428 or 9201983. OLE color: 9201983.
HSL color Cylindrical-coordinate representation of color #3F698C: hue angle of 207.27º 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 #3F698C is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 105 | 140 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.45 |
| HSL | 207.27º | 0.38% | 0.4% | - |
| HSV(B) | 207.27º | 0.55% | 0.55% | - |
| XYZ | 11.84 | 13.05 | 26.71 | - |
| YUV | 96.43 | 152.59 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 140 | 0.55 | 0.25 | 0 | 0.45 | 207.27 | 0.38 | 0.4 |
| Hex | 3F | 69 | 8C | 37 | 19 | 0 | 2D | CF | 26 | 28 |
| Octal | 77 | 151 | 214 | 67 | 31 | 0 | 55 | 317 | 46 | 50 |
| Binary | 111111 | 1101001 | 10001100 | 110111 | 11001 | 0 | 101101 | 11001111 | 100110 | 101000 |
Color Harmonies of #3F698C
Complementary color
Monochromatic Colors of #3F698C
Black with #3F698C
Text Example
Text Example
White with #3F698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F698C; }
p { color: rgb(63,105,140); }
H1.HeaderClassName
{
color: #3F698C;
}
.AnyTagClassName
{
color: #3F698C;
}
</style>
background-color css
<style>
a { background-color: #3F698C; }
a { background-color: rgb(63,105,140); }
div.DivClassName
{
background-color: #3F698C;
}
.BgClassName
{
background-color: #3F698C;
}
</style>
border-color css
<style>
span { border-color: #3F698C; }
span { border-color: rgb(63,105,140); }
td.TdClassName
{
border-color: #3F698C;
}
.TagClassName
{
border-color: #3F698C;
}
</style>