Shades of Wedgewood #436384
Tints of Wedgewood #436384
RGB
CMYK
RGB Variations
Color information
#436384 (or 0x436384) is known color: Wedgewood. HEX triplet: 43, 63 and 84. RGB value is (67,99,132). Sum of RGB (Red+Green+Blue) = 67+99+132=298 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.48% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 132 - color contains mainly: blue. Hex color #436384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436384 is #BC9C7B. Grayscale: #5D5D5D. Windows color (decimal): -12360828 or 8676163. OLE color: 8676163.
HSL color Cylindrical-coordinate representation of color #436384: hue angle of 210.46º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #436384 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 99 | 132 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.48 |
| HSL | 210.46º | 0.33% | 0.39% | - |
| HSV(B) | 210.46º | 0.49% | 0.52% | - |
| XYZ | 10.94 | 11.78 | 23.53 | - |
| YUV | 93.19 | 149.9 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 99 | 132 | 0.49 | 0.25 | 0 | 0.48 | 210.46 | 0.33 | 0.39 |
| Hex | 43 | 63 | 84 | 31 | 19 | 0 | 30 | D2 | 21 | 27 |
| Octal | 103 | 143 | 204 | 61 | 31 | 0 | 60 | 322 | 41 | 47 |
| Binary | 1000011 | 1100011 | 10000100 | 110001 | 11001 | 0 | 110000 | 11010010 | 100001 | 100111 |
Color Harmonies of #436384
Complementary color
Monochromatic Colors of #436384
Black with #436384
Text Example
Text Example
White with #436384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436384; }
p { color: rgb(67,99,132); }
H1.HeaderClassName
{
color: #436384;
}
.AnyTagClassName
{
color: #436384;
}
</style>
background-color css
<style>
a { background-color: #436384; }
a { background-color: rgb(67,99,132); }
div.DivClassName
{
background-color: #436384;
}
.BgClassName
{
background-color: #436384;
}
</style>
border-color css
<style>
span { border-color: #436384; }
span { border-color: rgb(67,99,132); }
td.TdClassName
{
border-color: #436384;
}
.TagClassName
{
border-color: #436384;
}
</style>