Shades of Wedgewood #3E6687
Tints of Wedgewood #3E6687
RGB
CMYK
RGB Variations
Color information
#3E6687 (or 0x3E6687) is known color: Wedgewood. HEX triplet: 3E, 66 and 87. RGB value is (62,102,135). Sum of RGB (Red+Green+Blue) = 62+102+135=299 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.74% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 135 - color contains mainly: blue. Hex color #3E6687 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6687 is #C19978. Grayscale: #5D5D5D. Windows color (decimal): -12687737 or 8873534. OLE color: 8873534.
HSL color Cylindrical-coordinate representation of color #3E6687: 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 #3E6687 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 102 | 135 | - |
| 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.11 | 12.28 | 24.71 | - |
| YUV | 93.8 | 151.25 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 102 | 135 | 0.54 | 0.24 | 0 | 0.47 | 207.12 | 0.37 | 0.39 |
| Hex | 3E | 66 | 87 | 36 | 18 | 0 | 2F | CF | 25 | 27 |
| Octal | 76 | 146 | 207 | 66 | 30 | 0 | 57 | 317 | 45 | 47 |
| Binary | 111110 | 1100110 | 10000111 | 110110 | 11000 | 0 | 101111 | 11001111 | 100101 | 100111 |
Color Harmonies of #3E6687
Complementary color
Monochromatic Colors of #3E6687
Black with #3E6687
Text Example
Text Example
White with #3E6687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6687; }
p { color: rgb(62,102,135); }
H1.HeaderClassName
{
color: #3E6687;
}
.AnyTagClassName
{
color: #3E6687;
}
</style>
background-color css
<style>
a { background-color: #3E6687; }
a { background-color: rgb(62,102,135); }
div.DivClassName
{
background-color: #3E6687;
}
.BgClassName
{
background-color: #3E6687;
}
</style>
border-color css
<style>
span { border-color: #3E6687; }
span { border-color: rgb(62,102,135); }
td.TdClassName
{
border-color: #3E6687;
}
.TagClassName
{
border-color: #3E6687;
}
</style>