Shades of Wedgewood #436C88
Tints of Wedgewood #436C88
RGB
CMYK
RGB Variations
Color information
#436C88 (or 0x436C88) is known color: Wedgewood. HEX triplet: 43, 6C and 88. RGB value is (67,108,136). Sum of RGB (Red+Green+Blue) = 67+108+136=311 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.54% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 136 - color contains mainly: blue. Hex color #436C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436C88 is #BC9377. Grayscale: #626262. Windows color (decimal): -12358520 or 8940611. OLE color: 8940611.
HSL color Cylindrical-coordinate representation of color #436C88: hue angle of 204.35º 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 #436C88 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 108 | 136 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.47 |
| HSL | 204.35º | 0.34% | 0.4% | - |
| HSV(B) | 204.35º | 0.51% | 0.53% | - |
| XYZ | 12.12 | 13.7 | 25.3 | - |
| YUV | 98.93 | 148.92 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 108 | 136 | 0.51 | 0.21 | 0 | 0.47 | 204.35 | 0.34 | 0.4 |
| Hex | 43 | 6C | 88 | 33 | 15 | 0 | 2F | CC | 22 | 28 |
| Octal | 103 | 154 | 210 | 63 | 25 | 0 | 57 | 314 | 42 | 50 |
| Binary | 1000011 | 1101100 | 10001000 | 110011 | 10101 | 0 | 101111 | 11001100 | 100010 | 101000 |
Color Harmonies of #436C88
Complementary color
Monochromatic Colors of #436C88
Black with #436C88
Text Example
Text Example
White with #436C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436C88; }
p { color: rgb(67,108,136); }
H1.HeaderClassName
{
color: #436C88;
}
.AnyTagClassName
{
color: #436C88;
}
</style>
background-color css
<style>
a { background-color: #436C88; }
a { background-color: rgb(67,108,136); }
div.DivClassName
{
background-color: #436C88;
}
.BgClassName
{
background-color: #436C88;
}
</style>
border-color css
<style>
span { border-color: #436C88; }
span { border-color: rgb(67,108,136); }
td.TdClassName
{
border-color: #436C88;
}
.TagClassName
{
border-color: #436C88;
}
</style>