Shades of Wedgewood #3F6590
Tints of Wedgewood #3F6590
RGB
CMYK
RGB Variations
Color information
#3F6590 (or 0x3F6590) is known color: Wedgewood. HEX triplet: 3F, 65 and 90. RGB value is (63,101,144). Sum of RGB (Red+Green+Blue) = 63+101+144=308 (40% of max value = 765). Red value is 63 (25% from 255 or 20.45% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F6590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6590 is #C09A6F. Grayscale: #5E5E5E. Windows color (decimal): -12622448 or 9463103. OLE color: 9463103.
HSL color Cylindrical-coordinate representation of color #3F6590: hue angle of 211.85º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F6590 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 101 | 144 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.44 |
| HSL | 211.85º | 0.39% | 0.41% | - |
| HSV(B) | 211.85º | 0.56% | 0.56% | - |
| XYZ | 11.74 | 12.38 | 28.16 | - |
| YUV | 94.54 | 155.91 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 101 | 144 | 0.56 | 0.30 | 0 | 0.44 | 211.85 | 0.39 | 0.41 |
| Hex | 3F | 65 | 90 | 38 | 1E | 0 | 2C | D4 | 27 | 29 |
| Octal | 77 | 145 | 220 | 70 | 36 | 0 | 54 | 324 | 47 | 51 |
| Binary | 111111 | 1100101 | 10010000 | 111000 | 11110 | 0 | 101100 | 11010100 | 100111 | 101001 |
Color Harmonies of #3F6590
Complementary color
Monochromatic Colors of #3F6590
Black with #3F6590
Text Example
Text Example
White with #3F6590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6590; }
p { color: rgb(63,101,144); }
H1.HeaderClassName
{
color: #3F6590;
}
.AnyTagClassName
{
color: #3F6590;
}
</style>
background-color css
<style>
a { background-color: #3F6590; }
a { background-color: rgb(63,101,144); }
div.DivClassName
{
background-color: #3F6590;
}
.BgClassName
{
background-color: #3F6590;
}
</style>
border-color css
<style>
span { border-color: #3F6590; }
span { border-color: rgb(63,101,144); }
td.TdClassName
{
border-color: #3F6590;
}
.TagClassName
{
border-color: #3F6590;
}
</style>