Shades of Medium Blue #2B12C2
Tints of Medium Blue #2B12C2
RGB
CMYK
RGB Variations
Color information
#2B12C2 (or 0x2B12C2) is known color: Medium Blue. HEX triplet: 2B, 12 and C2. RGB value is (43,18,194). Sum of RGB (Red+Green+Blue) = 43+18+194=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 194 (76.17% from 255 or 76.08% from 255); Max value from RGB is 194 - color contains mainly: blue. Hex color #2B12C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B12C2 is #D4ED3D. Grayscale: #2C2C2C. Windows color (decimal): -13954366 or 12718635. OLE color: 12718635.
HSL color Cylindrical-coordinate representation of color #2B12C2: hue angle of 248.52º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B12C2 is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 18 | 194 | - |
| CMYK | 0.78 | 0.91 | 0 | 0.24 |
| HSL | 248.52º | 0.83% | 0.42% | - |
| HSV(B) | 248.52º | 0.91% | 0.76% | - |
| XYZ | 10.95 | 4.84 | 51.4 | - |
| YUV | 45.54 | 211.78 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 18 | 194 | 0.78 | 0.91 | 0 | 0.24 | 248.52 | 0.83 | 0.42 |
| Hex | 2B | 12 | C2 | 4E | 5B | 0 | 18 | F9 | 53 | 2A |
| Octal | 53 | 22 | 302 | 116 | 133 | 0 | 30 | 371 | 123 | 52 |
| Binary | 101011 | 10010 | 11000010 | 1001110 | 1011011 | 0 | 11000 | 11111001 | 1010011 | 101010 |
Color Harmonies of #2B12C2
Complementary color
Monochromatic Colors of #2B12C2
Black with #2B12C2
Text Example
Text Example
White with #2B12C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B12C2; }
p { color: rgb(43,18,194); }
H1.HeaderClassName
{
color: #2B12C2;
}
.AnyTagClassName
{
color: #2B12C2;
}
</style>
background-color css
<style>
a { background-color: #2B12C2; }
a { background-color: rgb(43,18,194); }
div.DivClassName
{
background-color: #2B12C2;
}
.BgClassName
{
background-color: #2B12C2;
}
</style>
border-color css
<style>
span { border-color: #2B12C2; }
span { border-color: rgb(43,18,194); }
td.TdClassName
{
border-color: #2B12C2;
}
.TagClassName
{
border-color: #2B12C2;
}
</style>