Shades of Medium Blue #2815E1
Tints of Medium Blue #2815E1
RGB
CMYK
RGB Variations
Color information
#2815E1 (or 0x2815E1) is known color: Medium Blue. HEX triplet: 28, 15 and E1. RGB value is (40,21,225). Sum of RGB (Red+Green+Blue) = 40+21+225=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 225 (88.28% from 255 or 78.67% from 286); Max value from RGB is 225 - color contains mainly: blue. Hex color #2815E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2815E1 is #D7EA1E. Grayscale: #313131. Windows color (decimal): -14150175 or 14751016. OLE color: 14751016.
HSL color Cylindrical-coordinate representation of color #2815E1: hue angle of 245.59º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2815E1 is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 21 | 225 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.12 |
| HSL | 245.59º | 0.83% | 0.48% | - |
| HSV(B) | 245.59º | 0.91% | 0.88% | - |
| XYZ | 14.73 | 6.42 | 71.7 | - |
| YUV | 49.94 | 226.79 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 21 | 225 | 0.82 | 0.91 | 0 | 0.12 | 245.59 | 0.83 | 0.48 |
| Hex | 28 | 15 | E1 | 52 | 5B | 0 | C | F6 | 53 | 30 |
| Octal | 50 | 25 | 341 | 122 | 133 | 0 | 14 | 366 | 123 | 60 |
| Binary | 101000 | 10101 | 11100001 | 1010010 | 1011011 | 0 | 1100 | 11110110 | 1010011 | 110000 |
Color Harmonies of #2815E1
Complementary color
Monochromatic Colors of #2815E1
Black with #2815E1
Text Example
Text Example
White with #2815E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2815E1; }
p { color: rgb(40,21,225); }
H1.HeaderClassName
{
color: #2815E1;
}
.AnyTagClassName
{
color: #2815E1;
}
</style>
background-color css
<style>
a { background-color: #2815E1; }
a { background-color: rgb(40,21,225); }
div.DivClassName
{
background-color: #2815E1;
}
.BgClassName
{
background-color: #2815E1;
}
</style>
border-color css
<style>
span { border-color: #2815E1; }
span { border-color: rgb(40,21,225); }
td.TdClassName
{
border-color: #2815E1;
}
.TagClassName
{
border-color: #2815E1;
}
</style>