Shades of Wedgewood #3F6993
Tints of Wedgewood #3F6993
RGB
CMYK
RGB Variations
Color information
#3F6993 (or 0x3F6993) is known color: Wedgewood. HEX triplet: 3F, 69 and 93. RGB value is (63,105,147). Sum of RGB (Red+Green+Blue) = 63+105+147=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F6993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6993 is #C0966C. Grayscale: #616161. Windows color (decimal): -12621421 or 9660735. OLE color: 9660735.
HSL color Cylindrical-coordinate representation of color #3F6993: hue angle of 210º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F6993 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 105 | 147 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.42 |
| HSL | 210º | 0.4% | 0.41% | - |
| HSV(B) | 210º | 0.57% | 0.58% | - |
| XYZ | 12.37 | 13.27 | 29.51 | - |
| YUV | 97.23 | 156.09 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 147 | 0.57 | 0.29 | 0 | 0.42 | 210 | 0.4 | 0.41 |
| Hex | 3F | 69 | 93 | 39 | 1D | 0 | 2A | D2 | 28 | 29 |
| Octal | 77 | 151 | 223 | 71 | 35 | 0 | 52 | 322 | 50 | 51 |
| Binary | 111111 | 1101001 | 10010011 | 111001 | 11101 | 0 | 101010 | 11010010 | 101000 | 101001 |
Color Harmonies of #3F6993
Complementary color
Monochromatic Colors of #3F6993
Black with #3F6993
Text Example
Text Example
White with #3F6993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6993; }
p { color: rgb(63,105,147); }
H1.HeaderClassName
{
color: #3F6993;
}
.AnyTagClassName
{
color: #3F6993;
}
</style>
background-color css
<style>
a { background-color: #3F6993; }
a { background-color: rgb(63,105,147); }
div.DivClassName
{
background-color: #3F6993;
}
.BgClassName
{
background-color: #3F6993;
}
</style>
border-color css
<style>
span { border-color: #3F6993; }
span { border-color: rgb(63,105,147); }
td.TdClassName
{
border-color: #3F6993;
}
.TagClassName
{
border-color: #3F6993;
}
</style>