Shades of Wedgewood #3E628B
Tints of Wedgewood #3E628B
RGB
CMYK
RGB Variations
Color information
#3E628B (or 0x3E628B) is known color: Wedgewood. HEX triplet: 3E, 62 and 8B. RGB value is (62,98,139). Sum of RGB (Red+Green+Blue) = 62+98+139=299 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.74% from 299); Green value is 98 (38.67% from 255 or 32.78% 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 #3E628B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E628B is #C19D74. Grayscale: #5B5B5B. Windows color (decimal): -12688757 or 9134654. OLE color: 9134654.
HSL color Cylindrical-coordinate representation of color #3E628B: hue angle of 211.95º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E628B is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 98 | 139 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.45 |
| HSL | 211.95º | 0.38% | 0.39% | - |
| HSV(B) | 211.95º | 0.55% | 0.55% | - |
| XYZ | 11.01 | 11.62 | 26.09 | - |
| YUV | 91.91 | 154.57 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 98 | 139 | 0.55 | 0.29 | 0 | 0.45 | 211.95 | 0.38 | 0.39 |
| Hex | 3E | 62 | 8B | 37 | 1D | 0 | 2D | D4 | 26 | 27 |
| Octal | 76 | 142 | 213 | 67 | 35 | 0 | 55 | 324 | 46 | 47 |
| Binary | 111110 | 1100010 | 10001011 | 110111 | 11101 | 0 | 101101 | 11010100 | 100110 | 100111 |
Color Harmonies of #3E628B
Complementary color
Monochromatic Colors of #3E628B
Black with #3E628B
Text Example
Text Example
White with #3E628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E628B; }
p { color: rgb(62,98,139); }
H1.HeaderClassName
{
color: #3E628B;
}
.AnyTagClassName
{
color: #3E628B;
}
</style>
background-color css
<style>
a { background-color: #3E628B; }
a { background-color: rgb(62,98,139); }
div.DivClassName
{
background-color: #3E628B;
}
.BgClassName
{
background-color: #3E628B;
}
</style>
border-color css
<style>
span { border-color: #3E628B; }
span { border-color: rgb(62,98,139); }
td.TdClassName
{
border-color: #3E628B;
}
.TagClassName
{
border-color: #3E628B;
}
</style>