Shades of Wedgewood #43688D
Tints of Wedgewood #43688D
RGB
CMYK
RGB Variations
Color information
#43688D (or 0x43688D) is known color: Wedgewood. HEX triplet: 43, 68 and 8D. RGB value is (67,104,141). Sum of RGB (Red+Green+Blue) = 67+104+141=312 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.47% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #43688D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43688D is #BC9772. Grayscale: #606060. Windows color (decimal): -12359539 or 9267267. OLE color: 9267267.
HSL color Cylindrical-coordinate representation of color #43688D: hue angle of 210º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43688D is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 104 | 141 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.45 |
| HSL | 210º | 0.36% | 0.41% | - |
| HSV(B) | 210º | 0.52% | 0.55% | - |
| XYZ | 12.07 | 13.02 | 27.08 | - |
| YUV | 97.16 | 152.74 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 104 | 141 | 0.52 | 0.26 | 0 | 0.45 | 210 | 0.36 | 0.41 |
| Hex | 43 | 68 | 8D | 34 | 1A | 0 | 2D | D2 | 24 | 29 |
| Octal | 103 | 150 | 215 | 64 | 32 | 0 | 55 | 322 | 44 | 51 |
| Binary | 1000011 | 1101000 | 10001101 | 110100 | 11010 | 0 | 101101 | 11010010 | 100100 | 101001 |
Color Harmonies of #43688D
Complementary color
Monochromatic Colors of #43688D
Black with #43688D
Text Example
Text Example
White with #43688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43688D; }
p { color: rgb(67,104,141); }
H1.HeaderClassName
{
color: #43688D;
}
.AnyTagClassName
{
color: #43688D;
}
</style>
background-color css
<style>
a { background-color: #43688D; }
a { background-color: rgb(67,104,141); }
div.DivClassName
{
background-color: #43688D;
}
.BgClassName
{
background-color: #43688D;
}
</style>
border-color css
<style>
span { border-color: #43688D; }
span { border-color: rgb(67,104,141); }
td.TdClassName
{
border-color: #43688D;
}
.TagClassName
{
border-color: #43688D;
}
</style>