Shades of Wedgewood #43688C
Tints of Wedgewood #43688C
RGB
CMYK
RGB Variations
Color information
#43688C (or 0x43688C) is known color: Wedgewood. HEX triplet: 43, 68 and 8C. RGB value is (67,104,140). Sum of RGB (Red+Green+Blue) = 67+104+140=311 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.54% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 140 - color contains mainly: blue. Hex color #43688C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43688C is #BC9773. Grayscale: #606060. Windows color (decimal): -12359540 or 9201731. OLE color: 9201731.
HSL color Cylindrical-coordinate representation of color #43688C: hue angle of 209.59º degrees, saturation: 0.35, 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 #43688C is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 104 | 140 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.45 |
| HSL | 209.59º | 0.35% | 0.41% | - |
| HSV(B) | 209.59º | 0.52% | 0.55% | - |
| XYZ | 12 | 12.99 | 26.69 | - |
| YUV | 97.04 | 152.24 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 104 | 140 | 0.52 | 0.26 | 0 | 0.45 | 209.59 | 0.35 | 0.41 |
| Hex | 43 | 68 | 8C | 34 | 1A | 0 | 2D | D2 | 23 | 29 |
| Octal | 103 | 150 | 214 | 64 | 32 | 0 | 55 | 322 | 43 | 51 |
| Binary | 1000011 | 1101000 | 10001100 | 110100 | 11010 | 0 | 101101 | 11010010 | 100011 | 101001 |
Color Harmonies of #43688C
Complementary color
Monochromatic Colors of #43688C
Black with #43688C
Text Example
Text Example
White with #43688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43688C; }
p { color: rgb(67,104,140); }
H1.HeaderClassName
{
color: #43688C;
}
.AnyTagClassName
{
color: #43688C;
}
</style>
background-color css
<style>
a { background-color: #43688C; }
a { background-color: rgb(67,104,140); }
div.DivClassName
{
background-color: #43688C;
}
.BgClassName
{
background-color: #43688C;
}
</style>
border-color css
<style>
span { border-color: #43688C; }
span { border-color: rgb(67,104,140); }
td.TdClassName
{
border-color: #43688C;
}
.TagClassName
{
border-color: #43688C;
}
</style>