Shades of Medium Blue #2800BC
Tints of Medium Blue #2800BC
RGB
CMYK
RGB Variations
Color information
#2800BC (or 0x2800BC) is known color: Medium Blue. HEX triplet: 28, 00 and BC. RGB value is (40,0,188). Sum of RGB (Red+Green+Blue) = 40+0+188=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 188 (73.83% from 255 or 82.46% from 228); Max value from RGB is 188 - color contains mainly: blue. Hex color #2800BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2800BC is #D7FF43. Grayscale: #202020. Windows color (decimal): -14155588 or 12320808. OLE color: 12320808.
HSL color Cylindrical-coordinate representation of color #2800BC: hue angle of 252.77º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2800BC is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 0 | 188 | - |
| CMYK | 0.79 | 1 | 0 | 0.26 |
| HSL | 252.77º | 1% | 0.37% | - |
| HSV(B) | 252.77º | 1% | 0.74% | - |
| XYZ | 9.95 | 4.08 | 47.84 | - |
| YUV | 33.39 | 215.25 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 0 | 188 | 0.79 | 1 | 0 | 0.26 | 252.77 | 1 | 0.37 |
| Hex | 28 | 0 | BC | 4F | 64 | 0 | 1A | FD | 64 | 25 |
| Octal | 50 | 0 | 274 | 117 | 144 | 0 | 32 | 375 | 144 | 45 |
| Binary | 101000 | 0 | 10111100 | 1001111 | 1100100 | 0 | 11010 | 11111101 | 1100100 | 100101 |
Color Harmonies of #2800BC
Complementary color
Monochromatic Colors of #2800BC
Black with #2800BC
Text Example
Text Example
White with #2800BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2800BC; }
p { color: rgb(40,0,188); }
H1.HeaderClassName
{
color: #2800BC;
}
.AnyTagClassName
{
color: #2800BC;
}
</style>
background-color css
<style>
a { background-color: #2800BC; }
a { background-color: rgb(40,0,188); }
div.DivClassName
{
background-color: #2800BC;
}
.BgClassName
{
background-color: #2800BC;
}
</style>
border-color css
<style>
span { border-color: #2800BC; }
span { border-color: rgb(40,0,188); }
td.TdClassName
{
border-color: #2800BC;
}
.TagClassName
{
border-color: #2800BC;
}
</style>