Shades of Medium Blue #2812BD
Tints of Medium Blue #2812BD
RGB
CMYK
RGB Variations
Color information
#2812BD (or 0x2812BD) is known color: Medium Blue. HEX triplet: 28, 12 and BD. RGB value is (40,18,189). Sum of RGB (Red+Green+Blue) = 40+18+189=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 189 (74.22% from 255 or 76.52% from 247); Max value from RGB is 189 - color contains mainly: blue. Hex color #2812BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2812BD is #D7ED42. Grayscale: #2B2B2B. Windows color (decimal): -14150979 or 12390952. OLE color: 12390952.
HSL color Cylindrical-coordinate representation of color #2812BD: hue angle of 247.72º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2812BD is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 18 | 189 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.26 |
| HSL | 247.72º | 0.83% | 0.41% | - |
| HSV(B) | 247.72º | 0.9% | 0.74% | - |
| XYZ | 10.28 | 4.56 | 48.48 | - |
| YUV | 44.07 | 209.79 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 18 | 189 | 0.79 | 0.90 | 0 | 0.26 | 247.72 | 0.83 | 0.41 |
| Hex | 28 | 12 | BD | 4F | 5A | 0 | 1A | F8 | 53 | 29 |
| Octal | 50 | 22 | 275 | 117 | 132 | 0 | 32 | 370 | 123 | 51 |
| Binary | 101000 | 10010 | 10111101 | 1001111 | 1011010 | 0 | 11010 | 11111000 | 1010011 | 101001 |
Color Harmonies of #2812BD
Complementary color
Monochromatic Colors of #2812BD
Black with #2812BD
Text Example
Text Example
White with #2812BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2812BD; }
p { color: rgb(40,18,189); }
H1.HeaderClassName
{
color: #2812BD;
}
.AnyTagClassName
{
color: #2812BD;
}
</style>
background-color css
<style>
a { background-color: #2812BD; }
a { background-color: rgb(40,18,189); }
div.DivClassName
{
background-color: #2812BD;
}
.BgClassName
{
background-color: #2812BD;
}
</style>
border-color css
<style>
span { border-color: #2812BD; }
span { border-color: rgb(40,18,189); }
td.TdClassName
{
border-color: #2812BD;
}
.TagClassName
{
border-color: #2812BD;
}
</style>