Shades of East Bay #43536A
Tints of East Bay #43536A
RGB
CMYK
RGB Variations
Color information
#43536A (or 0x43536A) is known color: East Bay. HEX triplet: 43, 53 and 6A. RGB value is (67,83,106). Sum of RGB (Red+Green+Blue) = 67+83+106=256 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.17% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 106 - color contains mainly: blue. Hex color #43536A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43536A is #BCAC95. Grayscale: #505050. Windows color (decimal): -12364950 or 6968131. OLE color: 6968131.
HSL color Cylindrical-coordinate representation of color #43536A: hue angle of 215.38º 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 #43536A is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 67 | 83 | 106 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.58 |
| HSL | 215.38º | 0.23% | 0.34% | - |
| HSV(B) | 215.38º | 0.37% | 0.42% | - |
| XYZ | 8.01 | 8.42 | 14.84 | - |
| YUV | 80.84 | 142.2 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 83 | 106 | 0.37 | 0.22 | 0 | 0.58 | 215.38 | 0.23 | 0.34 |
| Hex | 43 | 53 | 6A | 25 | 16 | 0 | 3A | D7 | 17 | 22 |
| Octal | 103 | 123 | 152 | 45 | 26 | 0 | 72 | 327 | 27 | 42 |
| Binary | 1000011 | 1010011 | 1101010 | 100101 | 10110 | 0 | 111010 | 11010111 | 10111 | 100010 |
Color Harmonies of #43536A
Complementary color
Monochromatic Colors of #43536A
Black with #43536A
Text Example
Text Example
White with #43536A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43536A; }
p { color: rgb(67,83,106); }
H1.HeaderClassName
{
color: #43536A;
}
.AnyTagClassName
{
color: #43536A;
}
</style>
background-color css
<style>
a { background-color: #43536A; }
a { background-color: rgb(67,83,106); }
div.DivClassName
{
background-color: #43536A;
}
.BgClassName
{
background-color: #43536A;
}
</style>
border-color css
<style>
span { border-color: #43536A; }
span { border-color: rgb(67,83,106); }
td.TdClassName
{
border-color: #43536A;
}
.TagClassName
{
border-color: #43536A;
}
</style>