Shades of Medium Blue #2800CC
Tints of Medium Blue #2800CC
RGB
CMYK
RGB Variations
Color information
#2800CC (or 0x2800CC) is known color: Medium Blue. HEX triplet: 28, 00 and CC. RGB value is (40,0,204). Sum of RGB (Red+Green+Blue) = 40+0+204=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 204 (80.08% from 255 or 83.61% from 244); Max value from RGB is 204 - color contains mainly: blue. Hex color #2800CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2800CC is #D7FF33. Grayscale: #222222. Windows color (decimal): -14155572 or 13369384. OLE color: 13369384.
HSL color Cylindrical-coordinate representation of color #2800CC: hue angle of 251.76º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2800CC is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 0 | 204 | - |
| CMYK | 0.80 | 1 | 0 | 0.2 |
| HSL | 251.76º | 1% | 0.4% | - |
| HSV(B) | 251.76º | 1% | 0.8% | - |
| XYZ | 11.77 | 4.81 | 57.43 | - |
| YUV | 35.22 | 223.25 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 0 | 204 | 0.80 | 1 | 0 | 0.2 | 251.76 | 1 | 0.4 |
| Hex | 28 | 0 | CC | 50 | 64 | 0 | 14 | FC | 64 | 28 |
| Octal | 50 | 0 | 314 | 120 | 144 | 0 | 24 | 374 | 144 | 50 |
| Binary | 101000 | 0 | 11001100 | 1010000 | 1100100 | 0 | 10100 | 11111100 | 1100100 | 101000 |
Color Harmonies of #2800CC
Complementary color
Monochromatic Colors of #2800CC
Black with #2800CC
Text Example
Text Example
White with #2800CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2800CC; }
p { color: rgb(40,0,204); }
H1.HeaderClassName
{
color: #2800CC;
}
.AnyTagClassName
{
color: #2800CC;
}
</style>
background-color css
<style>
a { background-color: #2800CC; }
a { background-color: rgb(40,0,204); }
div.DivClassName
{
background-color: #2800CC;
}
.BgClassName
{
background-color: #2800CC;
}
</style>
border-color css
<style>
span { border-color: #2800CC; }
span { border-color: rgb(40,0,204); }
td.TdClassName
{
border-color: #2800CC;
}
.TagClassName
{
border-color: #2800CC;
}
</style>