Shades of Medium Blue #2801BC
Tints of Medium Blue #2801BC
RGB
CMYK
RGB Variations
Color information
#2801BC (or 0x2801BC) is known color: Medium Blue. HEX triplet: 28, 01 and BC. RGB value is (40,1,188). Sum of RGB (Red+Green+Blue) = 40+1+188=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 188 (73.83% from 255 or 82.10% from 229); Max value from RGB is 188 - color contains mainly: blue. Hex color #2801BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2801BC is #D7FE43. Grayscale: #212121. Windows color (decimal): -14155332 or 12321064. OLE color: 12321064.
HSL color Cylindrical-coordinate representation of color #2801BC: hue angle of 252.51º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2801BC is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 1 | 188 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.26 |
| HSL | 252.51º | 0.99% | 0.37% | - |
| HSV(B) | 252.51º | 0.99% | 0.74% | - |
| XYZ | 9.96 | 4.1 | 47.84 | - |
| YUV | 33.98 | 214.92 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 188 | 0.79 | 0.99 | 0 | 0.26 | 252.51 | 0.99 | 0.37 |
| Hex | 28 | 1 | BC | 4F | 63 | 0 | 1A | FD | 63 | 25 |
| Octal | 50 | 1 | 274 | 117 | 143 | 0 | 32 | 375 | 143 | 45 |
| Binary | 101000 | 1 | 10111100 | 1001111 | 1100011 | 0 | 11010 | 11111101 | 1100011 | 100101 |
Color Harmonies of #2801BC
Complementary color
Monochromatic Colors of #2801BC
Black with #2801BC
Text Example
Text Example
White with #2801BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2801BC; }
p { color: rgb(40,1,188); }
H1.HeaderClassName
{
color: #2801BC;
}
.AnyTagClassName
{
color: #2801BC;
}
</style>
background-color css
<style>
a { background-color: #2801BC; }
a { background-color: rgb(40,1,188); }
div.DivClassName
{
background-color: #2801BC;
}
.BgClassName
{
background-color: #2801BC;
}
</style>
border-color css
<style>
span { border-color: #2801BC; }
span { border-color: rgb(40,1,188); }
td.TdClassName
{
border-color: #2801BC;
}
.TagClassName
{
border-color: #2801BC;
}
</style>