Shades of Wedgewood #3F6789
Tints of Wedgewood #3F6789
RGB
CMYK
RGB Variations
Color information
#3F6789 (or 0x3F6789) is known color: Wedgewood. HEX triplet: 3F, 67 and 89. RGB value is (63,103,137). Sum of RGB (Red+Green+Blue) = 63+103+137=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F6789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6789 is #C09876. Grayscale: #5E5E5E. Windows color (decimal): -12621943 or 9004863. OLE color: 9004863.
HSL color Cylindrical-coordinate representation of color #3F6789: hue angle of 207.57º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F6789 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 103 | 137 | - |
| CMYK | 0.54 | 0.25 | 0 | 0.46 |
| HSL | 207.57º | 0.37% | 0.39% | - |
| HSV(B) | 207.57º | 0.54% | 0.54% | - |
| XYZ | 11.42 | 12.56 | 25.49 | - |
| YUV | 94.92 | 151.75 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 103 | 137 | 0.54 | 0.25 | 0 | 0.46 | 207.57 | 0.37 | 0.39 |
| Hex | 3F | 67 | 89 | 36 | 19 | 0 | 2E | D0 | 25 | 27 |
| Octal | 77 | 147 | 211 | 66 | 31 | 0 | 56 | 320 | 45 | 47 |
| Binary | 111111 | 1100111 | 10001001 | 110110 | 11001 | 0 | 101110 | 11010000 | 100101 | 100111 |
Color Harmonies of #3F6789
Complementary color
Monochromatic Colors of #3F6789
Black with #3F6789
Text Example
Text Example
White with #3F6789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6789; }
p { color: rgb(63,103,137); }
H1.HeaderClassName
{
color: #3F6789;
}
.AnyTagClassName
{
color: #3F6789;
}
</style>
background-color css
<style>
a { background-color: #3F6789; }
a { background-color: rgb(63,103,137); }
div.DivClassName
{
background-color: #3F6789;
}
.BgClassName
{
background-color: #3F6789;
}
</style>
border-color css
<style>
span { border-color: #3F6789; }
span { border-color: rgb(63,103,137); }
td.TdClassName
{
border-color: #3F6789;
}
.TagClassName
{
border-color: #3F6789;
}
</style>