Shades of Medium Blue #2801C0
Tints of Medium Blue #2801C0
RGB
CMYK
RGB Variations
Color information
#2801C0 (or 0x2801C0) is known color: Medium Blue. HEX triplet: 28, 01 and C0. RGB value is (40,1,192). Sum of RGB (Red+Green+Blue) = 40+1+192=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 192 (75.39% from 255 or 82.40% from 233); Max value from RGB is 192 - color contains mainly: blue. Hex color #2801C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2801C0 is #D7FE3F. Grayscale: #212121. Windows color (decimal): -14155328 or 12583208. OLE color: 12583208.
HSL color Cylindrical-coordinate representation of color #2801C0: hue angle of 252.25º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2801C0 is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 1 | 192 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.25 |
| HSL | 252.25º | 0.99% | 0.38% | - |
| HSV(B) | 252.25º | 0.99% | 0.75% | - |
| XYZ | 10.4 | 4.28 | 50.15 | - |
| YUV | 34.44 | 216.92 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 192 | 0.79 | 0.99 | 0 | 0.25 | 252.25 | 0.99 | 0.38 |
| Hex | 28 | 1 | C0 | 4F | 63 | 0 | 19 | FC | 63 | 26 |
| Octal | 50 | 1 | 300 | 117 | 143 | 0 | 31 | 374 | 143 | 46 |
| Binary | 101000 | 1 | 11000000 | 1001111 | 1100011 | 0 | 11001 | 11111100 | 1100011 | 100110 |
Color Harmonies of #2801C0
Complementary color
Monochromatic Colors of #2801C0
Black with #2801C0
Text Example
Text Example
White with #2801C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2801C0; }
p { color: rgb(40,1,192); }
H1.HeaderClassName
{
color: #2801C0;
}
.AnyTagClassName
{
color: #2801C0;
}
</style>
background-color css
<style>
a { background-color: #2801C0; }
a { background-color: rgb(40,1,192); }
div.DivClassName
{
background-color: #2801C0;
}
.BgClassName
{
background-color: #2801C0;
}
</style>
border-color css
<style>
span { border-color: #2801C0; }
span { border-color: rgb(40,1,192); }
td.TdClassName
{
border-color: #2801C0;
}
.TagClassName
{
border-color: #2801C0;
}
</style>