Shades of Wedgewood #3E6690
Tints of Wedgewood #3E6690
RGB
CMYK
RGB Variations
Color information
#3E6690 (or 0x3E6690) is known color: Wedgewood. HEX triplet: 3E, 66 and 90. RGB value is (62,102,144). Sum of RGB (Red+Green+Blue) = 62+102+144=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 102 (40.23% from 255 or 33.12% 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 #3E6690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6690 is #C1996F. Grayscale: #5E5E5E. Windows color (decimal): -12687728 or 9463358. OLE color: 9463358.
HSL color Cylindrical-coordinate representation of color #3E6690: hue angle of 210.73º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E6690 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 102 | 144 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.44 |
| HSL | 210.73º | 0.4% | 0.4% | - |
| HSV(B) | 210.73º | 0.57% | 0.56% | - |
| XYZ | 11.77 | 12.54 | 28.19 | - |
| YUV | 94.83 | 155.75 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 102 | 144 | 0.57 | 0.29 | 0 | 0.44 | 210.73 | 0.4 | 0.4 |
| Hex | 3E | 66 | 90 | 39 | 1D | 0 | 2C | D3 | 28 | 28 |
| Octal | 76 | 146 | 220 | 71 | 35 | 0 | 54 | 323 | 50 | 50 |
| Binary | 111110 | 1100110 | 10010000 | 111001 | 11101 | 0 | 101100 | 11010011 | 101000 | 101000 |
Color Harmonies of #3E6690
Complementary color
Monochromatic Colors of #3E6690
Black with #3E6690
Text Example
Text Example
White with #3E6690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6690; }
p { color: rgb(62,102,144); }
H1.HeaderClassName
{
color: #3E6690;
}
.AnyTagClassName
{
color: #3E6690;
}
</style>
background-color css
<style>
a { background-color: #3E6690; }
a { background-color: rgb(62,102,144); }
div.DivClassName
{
background-color: #3E6690;
}
.BgClassName
{
background-color: #3E6690;
}
</style>
border-color css
<style>
span { border-color: #3E6690; }
span { border-color: rgb(62,102,144); }
td.TdClassName
{
border-color: #3E6690;
}
.TagClassName
{
border-color: #3E6690;
}
</style>