Shades of Wedgewood #43638B
Tints of Wedgewood #43638B
RGB
CMYK
RGB Variations
Color information
#43638B (or 0x43638B) is known color: Wedgewood. HEX triplet: 43, 63 and 8B. RGB value is (67,99,139). Sum of RGB (Red+Green+Blue) = 67+99+139=305 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.97% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #43638B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43638B is #BC9C74. Grayscale: #5D5D5D. Windows color (decimal): -12360821 or 9134915. OLE color: 9134915.
HSL color Cylindrical-coordinate representation of color #43638B: hue angle of 213.33º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43638B is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 99 | 139 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.45 |
| HSL | 213.33º | 0.35% | 0.4% | - |
| HSV(B) | 213.33º | 0.52% | 0.55% | - |
| XYZ | 11.44 | 11.98 | 26.14 | - |
| YUV | 93.99 | 153.4 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 99 | 139 | 0.52 | 0.29 | 0 | 0.45 | 213.33 | 0.35 | 0.4 |
| Hex | 43 | 63 | 8B | 34 | 1D | 0 | 2D | D5 | 23 | 28 |
| Octal | 103 | 143 | 213 | 64 | 35 | 0 | 55 | 325 | 43 | 50 |
| Binary | 1000011 | 1100011 | 10001011 | 110100 | 11101 | 0 | 101101 | 11010101 | 100011 | 101000 |
Color Harmonies of #43638B
Complementary color
Monochromatic Colors of #43638B
Black with #43638B
Text Example
Text Example
White with #43638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43638B; }
p { color: rgb(67,99,139); }
H1.HeaderClassName
{
color: #43638B;
}
.AnyTagClassName
{
color: #43638B;
}
</style>
background-color css
<style>
a { background-color: #43638B; }
a { background-color: rgb(67,99,139); }
div.DivClassName
{
background-color: #43638B;
}
.BgClassName
{
background-color: #43638B;
}
</style>
border-color css
<style>
span { border-color: #43638B; }
span { border-color: rgb(67,99,139); }
td.TdClassName
{
border-color: #43638B;
}
.TagClassName
{
border-color: #43638B;
}
</style>