Shades of Medium Blue #2B11C2
Tints of Medium Blue #2B11C2
RGB
CMYK
RGB Variations
Color information
#2B11C2 (or 0x2B11C2) is known color: Medium Blue. HEX triplet: 2B, 11 and C2. RGB value is (43,17,194). Sum of RGB (Red+Green+Blue) = 43+17+194=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 194 (76.17% from 255 or 76.38% from 254); Max value from RGB is 194 - color contains mainly: blue. Hex color #2B11C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B11C2 is #D4EE3D. Grayscale: #2C2C2C. Windows color (decimal): -13954622 or 12718379. OLE color: 12718379.
HSL color Cylindrical-coordinate representation of color #2B11C2: hue angle of 248.81º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B11C2 is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 17 | 194 | - |
| CMYK | 0.78 | 0.91 | 0 | 0.24 |
| HSL | 248.81º | 0.84% | 0.41% | - |
| HSV(B) | 248.81º | 0.91% | 0.76% | - |
| XYZ | 10.93 | 4.81 | 51.39 | - |
| YUV | 44.95 | 212.11 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 17 | 194 | 0.78 | 0.91 | 0 | 0.24 | 248.81 | 0.84 | 0.41 |
| Hex | 2B | 11 | C2 | 4E | 5B | 0 | 18 | F9 | 54 | 29 |
| Octal | 53 | 21 | 302 | 116 | 133 | 0 | 30 | 371 | 124 | 51 |
| Binary | 101011 | 10001 | 11000010 | 1001110 | 1011011 | 0 | 11000 | 11111001 | 1010100 | 101001 |
Color Harmonies of #2B11C2
Complementary color
Monochromatic Colors of #2B11C2
Black with #2B11C2
Text Example
Text Example
White with #2B11C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B11C2; }
p { color: rgb(43,17,194); }
H1.HeaderClassName
{
color: #2B11C2;
}
.AnyTagClassName
{
color: #2B11C2;
}
</style>
background-color css
<style>
a { background-color: #2B11C2; }
a { background-color: rgb(43,17,194); }
div.DivClassName
{
background-color: #2B11C2;
}
.BgClassName
{
background-color: #2B11C2;
}
</style>
border-color css
<style>
span { border-color: #2B11C2; }
span { border-color: rgb(43,17,194); }
td.TdClassName
{
border-color: #2B11C2;
}
.TagClassName
{
border-color: #2B11C2;
}
</style>