Shades of East Bay #44536C
Tints of East Bay #44536C
RGB
CMYK
RGB Variations
Color information
#44536C (or 0x44536C) is known color: East Bay. HEX triplet: 44, 53 and 6C. RGB value is (68,83,108). Sum of RGB (Red+Green+Blue) = 68+83+108=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 108 - color contains mainly: blue. Hex color #44536C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44536C is #BBAC93. Grayscale: #515151. Windows color (decimal): -12299412 or 7099204. OLE color: 7099204.
HSL color Cylindrical-coordinate representation of color #44536C: hue angle of 217.5º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #44536C is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 83 | 108 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.58 |
| HSL | 217.5º | 0.23% | 0.35% | - |
| HSV(B) | 217.5º | 0.37% | 0.42% | - |
| XYZ | 8.18 | 8.5 | 15.4 | - |
| YUV | 81.37 | 143.03 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 83 | 108 | 0.37 | 0.23 | 0 | 0.58 | 217.5 | 0.23 | 0.35 |
| Hex | 44 | 53 | 6C | 25 | 17 | 0 | 3A | DA | 17 | 23 |
| Octal | 104 | 123 | 154 | 45 | 27 | 0 | 72 | 332 | 27 | 43 |
| Binary | 1000100 | 1010011 | 1101100 | 100101 | 10111 | 0 | 111010 | 11011010 | 10111 | 100011 |
Color Harmonies of #44536C
Complementary color
Monochromatic Colors of #44536C
Black with #44536C
Text Example
Text Example
White with #44536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44536C; }
p { color: rgb(68,83,108); }
H1.HeaderClassName
{
color: #44536C;
}
.AnyTagClassName
{
color: #44536C;
}
</style>
background-color css
<style>
a { background-color: #44536C; }
a { background-color: rgb(68,83,108); }
div.DivClassName
{
background-color: #44536C;
}
.BgClassName
{
background-color: #44536C;
}
</style>
border-color css
<style>
span { border-color: #44536C; }
span { border-color: rgb(68,83,108); }
td.TdClassName
{
border-color: #44536C;
}
.TagClassName
{
border-color: #44536C;
}
</style>