Shades of Wedgewood #3F618B
Tints of Wedgewood #3F618B
RGB
CMYK
RGB Variations
Color information
#3F618B (or 0x3F618B) is known color: Wedgewood. HEX triplet: 3F, 61 and 8B. RGB value is (63,97,139). Sum of RGB (Red+Green+Blue) = 63+97+139=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F618B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F618B is #C09E74. Grayscale: #5B5B5B. Windows color (decimal): -12623477 or 9134399. OLE color: 9134399.
HSL color Cylindrical-coordinate representation of color #3F618B: hue angle of 213.16º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F618B is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 97 | 139 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.45 |
| HSL | 213.16º | 0.38% | 0.4% | - |
| HSV(B) | 213.16º | 0.55% | 0.55% | - |
| XYZ | 10.98 | 11.47 | 26.06 | - |
| YUV | 91.62 | 154.74 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 97 | 139 | 0.55 | 0.30 | 0 | 0.45 | 213.16 | 0.38 | 0.4 |
| Hex | 3F | 61 | 8B | 37 | 1E | 0 | 2D | D5 | 26 | 28 |
| Octal | 77 | 141 | 213 | 67 | 36 | 0 | 55 | 325 | 46 | 50 |
| Binary | 111111 | 1100001 | 10001011 | 110111 | 11110 | 0 | 101101 | 11010101 | 100110 | 101000 |
Color Harmonies of #3F618B
Complementary color
Monochromatic Colors of #3F618B
Black with #3F618B
Text Example
Text Example
White with #3F618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F618B; }
p { color: rgb(63,97,139); }
H1.HeaderClassName
{
color: #3F618B;
}
.AnyTagClassName
{
color: #3F618B;
}
</style>
background-color css
<style>
a { background-color: #3F618B; }
a { background-color: rgb(63,97,139); }
div.DivClassName
{
background-color: #3F618B;
}
.BgClassName
{
background-color: #3F618B;
}
</style>
border-color css
<style>
span { border-color: #3F618B; }
span { border-color: rgb(63,97,139); }
td.TdClassName
{
border-color: #3F618B;
}
.TagClassName
{
border-color: #3F618B;
}
</style>