Shades of Wedgewood #3D678B
Tints of Wedgewood #3D678B
RGB
CMYK
RGB Variations
Color information
#3D678B (or 0x3D678B) is known color: Wedgewood. HEX triplet: 3D, 67 and 8B. RGB value is (61,103,139). Sum of RGB (Red+Green+Blue) = 61+103+139=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D678B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D678B is #C29874. Grayscale: #5E5E5E. Windows color (decimal): -12753013 or 9135933. OLE color: 9135933.
HSL color Cylindrical-coordinate representation of color #3D678B: hue angle of 207.69º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D678B is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 103 | 139 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.45 |
| HSL | 207.69º | 0.39% | 0.39% | - |
| HSV(B) | 207.69º | 0.56% | 0.55% | - |
| XYZ | 11.43 | 12.56 | 26.25 | - |
| YUV | 94.55 | 153.09 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 103 | 139 | 0.56 | 0.26 | 0 | 0.45 | 207.69 | 0.39 | 0.39 |
| Hex | 3D | 67 | 8B | 38 | 1A | 0 | 2D | D0 | 27 | 27 |
| Octal | 75 | 147 | 213 | 70 | 32 | 0 | 55 | 320 | 47 | 47 |
| Binary | 111101 | 1100111 | 10001011 | 111000 | 11010 | 0 | 101101 | 11010000 | 100111 | 100111 |
Color Harmonies of #3D678B
Complementary color
Monochromatic Colors of #3D678B
Black with #3D678B
Text Example
Text Example
White with #3D678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D678B; }
p { color: rgb(61,103,139); }
H1.HeaderClassName
{
color: #3D678B;
}
.AnyTagClassName
{
color: #3D678B;
}
</style>
background-color css
<style>
a { background-color: #3D678B; }
a { background-color: rgb(61,103,139); }
div.DivClassName
{
background-color: #3D678B;
}
.BgClassName
{
background-color: #3D678B;
}
</style>
border-color css
<style>
span { border-color: #3D678B; }
span { border-color: rgb(61,103,139); }
td.TdClassName
{
border-color: #3D678B;
}
.TagClassName
{
border-color: #3D678B;
}
</style>