Shades of Wedgewood #3F6791
Tints of Wedgewood #3F6791
RGB
CMYK
RGB Variations
Color information
#3F6791 (or 0x3F6791) is known color: Wedgewood. HEX triplet: 3F, 67 and 91. RGB value is (63,103,145). Sum of RGB (Red+Green+Blue) = 63+103+145=311 (41% of max value = 765). Red value is 63 (25% from 255 or 20.26% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 145 - color contains mainly: blue. Hex color #3F6791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6791 is #C0986E. Grayscale: #5F5F5F. Windows color (decimal): -12621935 or 9529151. OLE color: 9529151.
HSL color Cylindrical-coordinate representation of color #3F6791: hue angle of 210.73º degrees, saturation: 0.39, 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 #3F6791 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 103 | 145 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.43 |
| HSL | 210.73º | 0.39% | 0.41% | - |
| HSV(B) | 210.73º | 0.57% | 0.57% | - |
| XYZ | 12.01 | 12.8 | 28.63 | - |
| YUV | 95.83 | 155.75 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 103 | 145 | 0.57 | 0.29 | 0 | 0.43 | 210.73 | 0.39 | 0.41 |
| Hex | 3F | 67 | 91 | 39 | 1D | 0 | 2B | D3 | 27 | 29 |
| Octal | 77 | 147 | 221 | 71 | 35 | 0 | 53 | 323 | 47 | 51 |
| Binary | 111111 | 1100111 | 10010001 | 111001 | 11101 | 0 | 101011 | 11010011 | 100111 | 101001 |
Color Harmonies of #3F6791
Complementary color
Monochromatic Colors of #3F6791
Black with #3F6791
Text Example
Text Example
White with #3F6791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6791; }
p { color: rgb(63,103,145); }
H1.HeaderClassName
{
color: #3F6791;
}
.AnyTagClassName
{
color: #3F6791;
}
</style>
background-color css
<style>
a { background-color: #3F6791; }
a { background-color: rgb(63,103,145); }
div.DivClassName
{
background-color: #3F6791;
}
.BgClassName
{
background-color: #3F6791;
}
</style>
border-color css
<style>
span { border-color: #3F6791; }
span { border-color: rgb(63,103,145); }
td.TdClassName
{
border-color: #3F6791;
}
.TagClassName
{
border-color: #3F6791;
}
</style>