Shades of Medium Blue #2802C1
Tints of Medium Blue #2802C1
RGB
CMYK
RGB Variations
Color information
#2802C1 (or 0x2802C1) is known color: Medium Blue. HEX triplet: 28, 02 and C1. RGB value is (40,2,193). Sum of RGB (Red+Green+Blue) = 40+2+193=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 193 (75.78% from 255 or 82.13% from 235); Max value from RGB is 193 - color contains mainly: blue. Hex color #2802C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2802C1 is #D7FD3E. Grayscale: #222222. Windows color (decimal): -14155071 or 12649000. OLE color: 12649000.
HSL color Cylindrical-coordinate representation of color #2802C1: hue angle of 251.94º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2802C1 is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 2 | 193 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.24 |
| HSL | 251.94º | 0.98% | 0.38% | - |
| HSV(B) | 251.94º | 0.99% | 0.76% | - |
| XYZ | 10.52 | 4.34 | 50.74 | - |
| YUV | 35.14 | 217.09 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 193 | 0.79 | 0.99 | 0 | 0.24 | 251.94 | 0.98 | 0.38 |
| Hex | 28 | 2 | C1 | 4F | 63 | 0 | 18 | FC | 62 | 26 |
| Octal | 50 | 2 | 301 | 117 | 143 | 0 | 30 | 374 | 142 | 46 |
| Binary | 101000 | 10 | 11000001 | 1001111 | 1100011 | 0 | 11000 | 11111100 | 1100010 | 100110 |
Color Harmonies of #2802C1
Complementary color
Monochromatic Colors of #2802C1
Black with #2802C1
Text Example
Text Example
White with #2802C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2802C1; }
p { color: rgb(40,2,193); }
H1.HeaderClassName
{
color: #2802C1;
}
.AnyTagClassName
{
color: #2802C1;
}
</style>
background-color css
<style>
a { background-color: #2802C1; }
a { background-color: rgb(40,2,193); }
div.DivClassName
{
background-color: #2802C1;
}
.BgClassName
{
background-color: #2802C1;
}
</style>
border-color css
<style>
span { border-color: #2802C1; }
span { border-color: rgb(40,2,193); }
td.TdClassName
{
border-color: #2802C1;
}
.TagClassName
{
border-color: #2802C1;
}
</style>