Shades of Medium Blue #2B0FC6
Tints of Medium Blue #2B0FC6
RGB
CMYK
RGB Variations
Color information
#2B0FC6 (or 0x2B0FC6) is known color: Medium Blue. HEX triplet: 2B, 0F and C6. RGB value is (43,15,198). Sum of RGB (Red+Green+Blue) = 43+15+198=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 198 (77.73% from 255 or 77.34% from 256); Max value from RGB is 198 - color contains mainly: blue. Hex color #2B0FC6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0FC6 is #D4F039. Grayscale: #2B2B2B. Windows color (decimal): -13955130 or 12980011. OLE color: 12980011.
HSL color Cylindrical-coordinate representation of color #2B0FC6: hue angle of 249.18º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B0FC6 is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 15 | 198 | - |
| CMYK | 0.78 | 0.92 | 0 | 0.22 |
| HSL | 249.18º | 0.86% | 0.42% | - |
| HSV(B) | 249.18º | 0.92% | 0.78% | - |
| XYZ | 11.36 | 4.93 | 53.78 | - |
| YUV | 44.23 | 214.78 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 15 | 198 | 0.78 | 0.92 | 0 | 0.22 | 249.18 | 0.86 | 0.42 |
| Hex | 2B | F | C6 | 4E | 5C | 0 | 16 | F9 | 56 | 2A |
| Octal | 53 | 17 | 306 | 116 | 134 | 0 | 26 | 371 | 126 | 52 |
| Binary | 101011 | 1111 | 11000110 | 1001110 | 1011100 | 0 | 10110 | 11111001 | 1010110 | 101010 |
Color Harmonies of #2B0FC6
Complementary color
Monochromatic Colors of #2B0FC6
Black with #2B0FC6
Text Example
Text Example
White with #2B0FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0FC6; }
p { color: rgb(43,15,198); }
H1.HeaderClassName
{
color: #2B0FC6;
}
.AnyTagClassName
{
color: #2B0FC6;
}
</style>
background-color css
<style>
a { background-color: #2B0FC6; }
a { background-color: rgb(43,15,198); }
div.DivClassName
{
background-color: #2B0FC6;
}
.BgClassName
{
background-color: #2B0FC6;
}
</style>
border-color css
<style>
span { border-color: #2B0FC6; }
span { border-color: rgb(43,15,198); }
td.TdClassName
{
border-color: #2B0FC6;
}
.TagClassName
{
border-color: #2B0FC6;
}
</style>