Shades of East Bay #43526B
Tints of East Bay #43526B
RGB
CMYK
RGB Variations
Color information
#43526B (or 0x43526B) is known color: East Bay. HEX triplet: 43, 52 and 6B. RGB value is (67,82,107). Sum of RGB (Red+Green+Blue) = 67+82+107=256 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.17% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 107 - color contains mainly: blue. Hex color #43526B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43526B is #BCAD94. Grayscale: #505050. Windows color (decimal): -12365205 or 7033411. OLE color: 7033411.
HSL color Cylindrical-coordinate representation of color #43526B: hue angle of 217.5º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #43526B is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 67 | 82 | 107 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.58 |
| HSL | 217.5º | 0.23% | 0.34% | - |
| HSV(B) | 217.5º | 0.37% | 0.42% | - |
| XYZ | 7.99 | 8.29 | 15.09 | - |
| YUV | 80.37 | 143.03 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 82 | 107 | 0.37 | 0.23 | 0 | 0.58 | 217.5 | 0.23 | 0.34 |
| Hex | 43 | 52 | 6B | 25 | 17 | 0 | 3A | DA | 17 | 22 |
| Octal | 103 | 122 | 153 | 45 | 27 | 0 | 72 | 332 | 27 | 42 |
| Binary | 1000011 | 1010010 | 1101011 | 100101 | 10111 | 0 | 111010 | 11011010 | 10111 | 100010 |
Color Harmonies of #43526B
Complementary color
Monochromatic Colors of #43526B
Black with #43526B
Text Example
Text Example
White with #43526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43526B; }
p { color: rgb(67,82,107); }
H1.HeaderClassName
{
color: #43526B;
}
.AnyTagClassName
{
color: #43526B;
}
</style>
background-color css
<style>
a { background-color: #43526B; }
a { background-color: rgb(67,82,107); }
div.DivClassName
{
background-color: #43526B;
}
.BgClassName
{
background-color: #43526B;
}
</style>
border-color css
<style>
span { border-color: #43526B; }
span { border-color: rgb(67,82,107); }
td.TdClassName
{
border-color: #43526B;
}
.TagClassName
{
border-color: #43526B;
}
</style>