Shades of Medium Blue #2B01C3
Tints of Medium Blue #2B01C3
RGB
CMYK
RGB Variations
Color information
#2B01C3 (or 0x2B01C3) is known color: Medium Blue. HEX triplet: 2B, 01 and C3. RGB value is (43,1,195). Sum of RGB (Red+Green+Blue) = 43+1+195=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 195 (76.56% from 255 or 81.59% from 239); Max value from RGB is 195 - color contains mainly: blue. Hex color #2B01C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B01C3 is #D4FE3C. Grayscale: #222222. Windows color (decimal): -13958717 or 12779819. OLE color: 12779819.
HSL color Cylindrical-coordinate representation of color #2B01C3: hue angle of 252.99º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B01C3 is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 1 | 195 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.24 |
| HSL | 252.99º | 0.99% | 0.38% | - |
| HSV(B) | 252.99º | 0.99% | 0.76% | - |
| XYZ | 10.86 | 4.48 | 51.92 | - |
| YUV | 35.67 | 217.91 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 1 | 195 | 0.78 | 0.99 | 0 | 0.24 | 252.99 | 0.99 | 0.38 |
| Hex | 2B | 1 | C3 | 4E | 63 | 0 | 18 | FD | 63 | 26 |
| Octal | 53 | 1 | 303 | 116 | 143 | 0 | 30 | 375 | 143 | 46 |
| Binary | 101011 | 1 | 11000011 | 1001110 | 1100011 | 0 | 11000 | 11111101 | 1100011 | 100110 |
Color Harmonies of #2B01C3
Complementary color
Monochromatic Colors of #2B01C3
Black with #2B01C3
Text Example
Text Example
White with #2B01C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B01C3; }
p { color: rgb(43,1,195); }
H1.HeaderClassName
{
color: #2B01C3;
}
.AnyTagClassName
{
color: #2B01C3;
}
</style>
background-color css
<style>
a { background-color: #2B01C3; }
a { background-color: rgb(43,1,195); }
div.DivClassName
{
background-color: #2B01C3;
}
.BgClassName
{
background-color: #2B01C3;
}
</style>
border-color css
<style>
span { border-color: #2B01C3; }
span { border-color: rgb(43,1,195); }
td.TdClassName
{
border-color: #2B01C3;
}
.TagClassName
{
border-color: #2B01C3;
}
</style>