Shades of Wedgewood #436288
Tints of Wedgewood #436288
RGB
CMYK
RGB Variations
Color information
#436288 (or 0x436288) is known color: Wedgewood. HEX triplet: 43, 62 and 88. RGB value is (67,98,136). Sum of RGB (Red+Green+Blue) = 67+98+136=301 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.26% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #436288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436288 is #BC9D77. Grayscale: #5C5C5C. Windows color (decimal): -12361080 or 8938051. OLE color: 8938051.
HSL color Cylindrical-coordinate representation of color #436288: hue angle of 213.04º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #436288 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 98 | 136 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.47 |
| HSL | 213.04º | 0.34% | 0.4% | - |
| HSV(B) | 213.04º | 0.51% | 0.53% | - |
| XYZ | 11.13 | 11.71 | 24.97 | - |
| YUV | 93.06 | 152.23 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 98 | 136 | 0.51 | 0.28 | 0 | 0.47 | 213.04 | 0.34 | 0.4 |
| Hex | 43 | 62 | 88 | 33 | 1C | 0 | 2F | D5 | 22 | 28 |
| Octal | 103 | 142 | 210 | 63 | 34 | 0 | 57 | 325 | 42 | 50 |
| Binary | 1000011 | 1100010 | 10001000 | 110011 | 11100 | 0 | 101111 | 11010101 | 100010 | 101000 |
Color Harmonies of #436288
Complementary color
Monochromatic Colors of #436288
Black with #436288
Text Example
Text Example
White with #436288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436288; }
p { color: rgb(67,98,136); }
H1.HeaderClassName
{
color: #436288;
}
.AnyTagClassName
{
color: #436288;
}
</style>
background-color css
<style>
a { background-color: #436288; }
a { background-color: rgb(67,98,136); }
div.DivClassName
{
background-color: #436288;
}
.BgClassName
{
background-color: #436288;
}
</style>
border-color css
<style>
span { border-color: #436288; }
span { border-color: rgb(67,98,136); }
td.TdClassName
{
border-color: #436288;
}
.TagClassName
{
border-color: #436288;
}
</style>