Shades of Medium Blue #2812CE
Tints of Medium Blue #2812CE
RGB
CMYK
RGB Variations
Color information
#2812CE (or 0x2812CE) is known color: Medium Blue. HEX triplet: 28, 12 and CE. RGB value is (40,18,206). Sum of RGB (Red+Green+Blue) = 40+18+206=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 206 (80.86% from 255 or 78.03% from 264); Max value from RGB is 206 - color contains mainly: blue. Hex color #2812CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2812CE is #D7ED31. Grayscale: #2D2D2D. Windows color (decimal): -14150962 or 13505064. OLE color: 13505064.
HSL color Cylindrical-coordinate representation of color #2812CE: hue angle of 247.02º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2812CE is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 18 | 206 | - |
| CMYK | 0.81 | 0.91 | 0 | 0.19 |
| HSL | 247.02º | 0.84% | 0.44% | - |
| HSV(B) | 247.02º | 0.91% | 0.81% | - |
| XYZ | 12.23 | 5.34 | 58.78 | - |
| YUV | 46.01 | 218.29 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 18 | 206 | 0.81 | 0.91 | 0 | 0.19 | 247.02 | 0.84 | 0.44 |
| Hex | 28 | 12 | CE | 51 | 5B | 0 | 13 | F7 | 54 | 2C |
| Octal | 50 | 22 | 316 | 121 | 133 | 0 | 23 | 367 | 124 | 54 |
| Binary | 101000 | 10010 | 11001110 | 1010001 | 1011011 | 0 | 10011 | 11110111 | 1010100 | 101100 |
Color Harmonies of #2812CE
Complementary color
Monochromatic Colors of #2812CE
Black with #2812CE
Text Example
Text Example
White with #2812CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2812CE; }
p { color: rgb(40,18,206); }
H1.HeaderClassName
{
color: #2812CE;
}
.AnyTagClassName
{
color: #2812CE;
}
</style>
background-color css
<style>
a { background-color: #2812CE; }
a { background-color: rgb(40,18,206); }
div.DivClassName
{
background-color: #2812CE;
}
.BgClassName
{
background-color: #2812CE;
}
</style>
border-color css
<style>
span { border-color: #2812CE; }
span { border-color: rgb(40,18,206); }
td.TdClassName
{
border-color: #2812CE;
}
.TagClassName
{
border-color: #2812CE;
}
</style>