Shades of Wedgewood #3D668F
Tints of Wedgewood #3D668F
RGB
CMYK
RGB Variations
Color information
#3D668F (or 0x3D668F) is known color: Wedgewood. HEX triplet: 3D, 66 and 8F. RGB value is (61,102,143). Sum of RGB (Red+Green+Blue) = 61+102+143=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 143 (56.25% from 255 or 46.73% from 306); Max value from RGB is 143 - color contains mainly: blue. Hex color #3D668F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D668F is #C29970. Grayscale: #5E5E5E. Windows color (decimal): -12753265 or 9397821. OLE color: 9397821.
HSL color Cylindrical-coordinate representation of color #3D668F: hue angle of 210º 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 #3D668F is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 102 | 143 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.44 |
| HSL | 210º | 0.4% | 0.4% | - |
| HSV(B) | 210º | 0.57% | 0.56% | - |
| XYZ | 11.63 | 12.48 | 27.78 | - |
| YUV | 94.42 | 155.42 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 102 | 143 | 0.57 | 0.29 | 0 | 0.44 | 210 | 0.4 | 0.4 |
| Hex | 3D | 66 | 8F | 39 | 1D | 0 | 2C | D2 | 28 | 28 |
| Octal | 75 | 146 | 217 | 71 | 35 | 0 | 54 | 322 | 50 | 50 |
| Binary | 111101 | 1100110 | 10001111 | 111001 | 11101 | 0 | 101100 | 11010010 | 101000 | 101000 |
Color Harmonies of #3D668F
Complementary color
Monochromatic Colors of #3D668F
Black with #3D668F
Text Example
Text Example
White with #3D668F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D668F; }
p { color: rgb(61,102,143); }
H1.HeaderClassName
{
color: #3D668F;
}
.AnyTagClassName
{
color: #3D668F;
}
</style>
background-color css
<style>
a { background-color: #3D668F; }
a { background-color: rgb(61,102,143); }
div.DivClassName
{
background-color: #3D668F;
}
.BgClassName
{
background-color: #3D668F;
}
</style>
border-color css
<style>
span { border-color: #3D668F; }
span { border-color: rgb(61,102,143); }
td.TdClassName
{
border-color: #3D668F;
}
.TagClassName
{
border-color: #3D668F;
}
</style>