Shades of Wedgewood #3E6788
Tints of Wedgewood #3E6788
RGB
CMYK
RGB Variations
Color information
#3E6788 (or 0x3E6788) is known color: Wedgewood. HEX triplet: 3E, 67 and 88. RGB value is (62,103,136). Sum of RGB (Red+Green+Blue) = 62+103+136=301 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.60% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #3E6788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6788 is #C19877. Grayscale: #5E5E5E. Windows color (decimal): -12687480 or 8939326. OLE color: 8939326.
HSL color Cylindrical-coordinate representation of color #3E6788: hue angle of 206.76º 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 #3E6788 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 103 | 136 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.47 |
| HSL | 206.76º | 0.37% | 0.39% | - |
| HSV(B) | 206.76º | 0.54% | 0.53% | - |
| XYZ | 11.28 | 12.5 | 25.11 | - |
| YUV | 94.5 | 151.42 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 103 | 136 | 0.54 | 0.24 | 0 | 0.47 | 206.76 | 0.37 | 0.39 |
| Hex | 3E | 67 | 88 | 36 | 18 | 0 | 2F | CF | 25 | 27 |
| Octal | 76 | 147 | 210 | 66 | 30 | 0 | 57 | 317 | 45 | 47 |
| Binary | 111110 | 1100111 | 10001000 | 110110 | 11000 | 0 | 101111 | 11001111 | 100101 | 100111 |
Color Harmonies of #3E6788
Complementary color
Monochromatic Colors of #3E6788
Black with #3E6788
Text Example
Text Example
White with #3E6788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6788; }
p { color: rgb(62,103,136); }
H1.HeaderClassName
{
color: #3E6788;
}
.AnyTagClassName
{
color: #3E6788;
}
</style>
background-color css
<style>
a { background-color: #3E6788; }
a { background-color: rgb(62,103,136); }
div.DivClassName
{
background-color: #3E6788;
}
.BgClassName
{
background-color: #3E6788;
}
</style>
border-color css
<style>
span { border-color: #3E6788; }
span { border-color: rgb(62,103,136); }
td.TdClassName
{
border-color: #3E6788;
}
.TagClassName
{
border-color: #3E6788;
}
</style>