Shades of Wedgewood #3D668A
Tints of Wedgewood #3D668A
RGB
CMYK
RGB Variations
Color information
#3D668A (or 0x3D668A) is known color: Wedgewood. HEX triplet: 3D, 66 and 8A. RGB value is (61,102,138). Sum of RGB (Red+Green+Blue) = 61+102+138=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #3D668A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D668A is #C29975. Grayscale: #5D5D5D. Windows color (decimal): -12753270 or 9070141. OLE color: 9070141.
HSL color Cylindrical-coordinate representation of color #3D668A: hue angle of 208.05º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D668A is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 61 | 102 | 138 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.46 |
| HSL | 208.05º | 0.39% | 0.39% | - |
| HSV(B) | 208.05º | 0.56% | 0.54% | - |
| XYZ | 11.26 | 12.33 | 25.83 | - |
| YUV | 93.85 | 152.92 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 102 | 138 | 0.56 | 0.26 | 0 | 0.46 | 208.05 | 0.39 | 0.39 |
| Hex | 3D | 66 | 8A | 38 | 1A | 0 | 2E | D0 | 27 | 27 |
| Octal | 75 | 146 | 212 | 70 | 32 | 0 | 56 | 320 | 47 | 47 |
| Binary | 111101 | 1100110 | 10001010 | 111000 | 11010 | 0 | 101110 | 11010000 | 100111 | 100111 |
Color Harmonies of #3D668A
Complementary color
Monochromatic Colors of #3D668A
Black with #3D668A
Text Example
Text Example
White with #3D668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D668A; }
p { color: rgb(61,102,138); }
H1.HeaderClassName
{
color: #3D668A;
}
.AnyTagClassName
{
color: #3D668A;
}
</style>
background-color css
<style>
a { background-color: #3D668A; }
a { background-color: rgb(61,102,138); }
div.DivClassName
{
background-color: #3D668A;
}
.BgClassName
{
background-color: #3D668A;
}
</style>
border-color css
<style>
span { border-color: #3D668A; }
span { border-color: rgb(61,102,138); }
td.TdClassName
{
border-color: #3D668A;
}
.TagClassName
{
border-color: #3D668A;
}
</style>