Shades of East Bay #434C67
Tints of East Bay #434C67
RGB
CMYK
RGB Variations
Color information
#434C67 (or 0x434C67) is known color: East Bay. HEX triplet: 43, 4C and 67. RGB value is (67,76,103). Sum of RGB (Red+Green+Blue) = 67+76+103=246 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.24% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 103 (40.62% from 255 or 41.87% from 246); Max value from RGB is 103 - color contains mainly: blue. Hex color #434C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434C67 is #BCB398. Grayscale: #4C4C4C. Windows color (decimal): -12366745 or 6769731. OLE color: 6769731.
HSL color Cylindrical-coordinate representation of color #434C67: hue angle of 225º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #434C67 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 67 | 76 | 103 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.60 |
| HSL | 225º | 0.21% | 0.33% | - |
| HSV(B) | 225º | 0.35% | 0.4% | - |
| XYZ | 7.35 | 7.34 | 13.86 | - |
| YUV | 76.39 | 143.02 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 103 | 0.35 | 0.26 | 0 | 0.60 | 225 | 0.21 | 0.33 |
| Hex | 43 | 4C | 67 | 23 | 1A | 0 | 3C | E1 | 15 | 21 |
| Octal | 103 | 114 | 147 | 43 | 32 | 0 | 74 | 341 | 25 | 41 |
| Binary | 1000011 | 1001100 | 1100111 | 100011 | 11010 | 0 | 111100 | 11100001 | 10101 | 100001 |
Color Harmonies of #434C67
Complementary color
Monochromatic Colors of #434C67
Black with #434C67
Text Example
Text Example
White with #434C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C67; }
p { color: rgb(67,76,103); }
H1.HeaderClassName
{
color: #434C67;
}
.AnyTagClassName
{
color: #434C67;
}
</style>
background-color css
<style>
a { background-color: #434C67; }
a { background-color: rgb(67,76,103); }
div.DivClassName
{
background-color: #434C67;
}
.BgClassName
{
background-color: #434C67;
}
</style>
border-color css
<style>
span { border-color: #434C67; }
span { border-color: rgb(67,76,103); }
td.TdClassName
{
border-color: #434C67;
}
.TagClassName
{
border-color: #434C67;
}
</style>