Shades of Wedgewood #3F6788
Tints of Wedgewood #3F6788
RGB
CMYK
RGB Variations
Color information
#3F6788 (or 0x3F6788) is known color: Wedgewood. HEX triplet: 3F, 67 and 88. RGB value is (63,103,136). Sum of RGB (Red+Green+Blue) = 63+103+136=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #3F6788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6788 is #C09877. Grayscale: #5E5E5E. Windows color (decimal): -12621944 or 8939327. OLE color: 8939327.
HSL color Cylindrical-coordinate representation of color #3F6788: hue angle of 207.12º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F6788 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 103 | 136 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.47 |
| HSL | 207.12º | 0.37% | 0.39% | - |
| HSV(B) | 207.12º | 0.54% | 0.53% | - |
| XYZ | 11.34 | 12.53 | 25.11 | - |
| YUV | 94.8 | 151.25 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 103 | 136 | 0.54 | 0.24 | 0 | 0.47 | 207.12 | 0.37 | 0.39 |
| Hex | 3F | 67 | 88 | 36 | 18 | 0 | 2F | CF | 25 | 27 |
| Octal | 77 | 147 | 210 | 66 | 30 | 0 | 57 | 317 | 45 | 47 |
| Binary | 111111 | 1100111 | 10001000 | 110110 | 11000 | 0 | 101111 | 11001111 | 100101 | 100111 |
Color Harmonies of #3F6788
Complementary color
Monochromatic Colors of #3F6788
Black with #3F6788
Text Example
Text Example
White with #3F6788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6788; }
p { color: rgb(63,103,136); }
H1.HeaderClassName
{
color: #3F6788;
}
.AnyTagClassName
{
color: #3F6788;
}
</style>
background-color css
<style>
a { background-color: #3F6788; }
a { background-color: rgb(63,103,136); }
div.DivClassName
{
background-color: #3F6788;
}
.BgClassName
{
background-color: #3F6788;
}
</style>
border-color css
<style>
span { border-color: #3F6788; }
span { border-color: rgb(63,103,136); }
td.TdClassName
{
border-color: #3F6788;
}
.TagClassName
{
border-color: #3F6788;
}
</style>