Shades of East Bay #43546B
Tints of East Bay #43546B
RGB
CMYK
RGB Variations
Color information
#43546B (or 0x43546B) is known color: East Bay. HEX triplet: 43, 54 and 6B. RGB value is (67,84,107). Sum of RGB (Red+Green+Blue) = 67+84+107=258 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.97% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 107 - color contains mainly: blue. Hex color #43546B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43546B is #BCAB94. Grayscale: #515151. Windows color (decimal): -12364693 or 7033923. OLE color: 7033923.
HSL color Cylindrical-coordinate representation of color #43546B: hue angle of 214.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 #43546B is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 67 | 84 | 107 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.58 |
| HSL | 214.5º | 0.23% | 0.34% | - |
| HSV(B) | 214.5º | 0.37% | 0.42% | - |
| XYZ | 8.14 | 8.6 | 15.14 | - |
| YUV | 81.54 | 142.37 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 84 | 107 | 0.37 | 0.21 | 0 | 0.58 | 214.5 | 0.23 | 0.34 |
| Hex | 43 | 54 | 6B | 25 | 15 | 0 | 3A | D6 | 17 | 22 |
| Octal | 103 | 124 | 153 | 45 | 25 | 0 | 72 | 326 | 27 | 42 |
| Binary | 1000011 | 1010100 | 1101011 | 100101 | 10101 | 0 | 111010 | 11010110 | 10111 | 100010 |
Color Harmonies of #43546B
Complementary color
Monochromatic Colors of #43546B
Black with #43546B
Text Example
Text Example
White with #43546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43546B; }
p { color: rgb(67,84,107); }
H1.HeaderClassName
{
color: #43546B;
}
.AnyTagClassName
{
color: #43546B;
}
</style>
background-color css
<style>
a { background-color: #43546B; }
a { background-color: rgb(67,84,107); }
div.DivClassName
{
background-color: #43546B;
}
.BgClassName
{
background-color: #43546B;
}
</style>
border-color css
<style>
span { border-color: #43546B; }
span { border-color: rgb(67,84,107); }
td.TdClassName
{
border-color: #43546B;
}
.TagClassName
{
border-color: #43546B;
}
</style>