Shades of Wedgewood #3F6992
Tints of Wedgewood #3F6992
RGB
CMYK
RGB Variations
Color information
#3F6992 (or 0x3F6992) is known color: Wedgewood. HEX triplet: 3F, 69 and 92. RGB value is (63,105,146). Sum of RGB (Red+Green+Blue) = 63+105+146=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #3F6992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6992 is #C0966D. Grayscale: #606060. Windows color (decimal): -12621422 or 9595199. OLE color: 9595199.
HSL color Cylindrical-coordinate representation of color #3F6992: hue angle of 209.64º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F6992 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 105 | 146 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.43 |
| HSL | 209.64º | 0.4% | 0.41% | - |
| HSV(B) | 209.64º | 0.57% | 0.57% | - |
| XYZ | 12.29 | 13.24 | 29.1 | - |
| YUV | 97.12 | 155.59 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 146 | 0.57 | 0.28 | 0 | 0.43 | 209.64 | 0.4 | 0.41 |
| Hex | 3F | 69 | 92 | 39 | 1C | 0 | 2B | D2 | 28 | 29 |
| Octal | 77 | 151 | 222 | 71 | 34 | 0 | 53 | 322 | 50 | 51 |
| Binary | 111111 | 1101001 | 10010010 | 111001 | 11100 | 0 | 101011 | 11010010 | 101000 | 101001 |
Color Harmonies of #3F6992
Complementary color
Monochromatic Colors of #3F6992
Black with #3F6992
Text Example
Text Example
White with #3F6992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6992; }
p { color: rgb(63,105,146); }
H1.HeaderClassName
{
color: #3F6992;
}
.AnyTagClassName
{
color: #3F6992;
}
</style>
background-color css
<style>
a { background-color: #3F6992; }
a { background-color: rgb(63,105,146); }
div.DivClassName
{
background-color: #3F6992;
}
.BgClassName
{
background-color: #3F6992;
}
</style>
border-color css
<style>
span { border-color: #3F6992; }
span { border-color: rgb(63,105,146); }
td.TdClassName
{
border-color: #3F6992;
}
.TagClassName
{
border-color: #3F6992;
}
</style>