Shades of Medium Blue #2B16CE
Tints of Medium Blue #2B16CE
RGB
CMYK
RGB Variations
Color information
#2B16CE (or 0x2B16CE) is known color: Medium Blue. HEX triplet: 2B, 16 and CE. RGB value is (43,22,206). Sum of RGB (Red+Green+Blue) = 43+22+206=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 206 (80.86% from 255 or 76.01% from 271); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B16CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B16CE is #D4E931. Grayscale: #303030. Windows color (decimal): -13953330 or 13506091. OLE color: 13506091.
HSL color Cylindrical-coordinate representation of color #2B16CE: hue angle of 246.85º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B16CE is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 22 | 206 | - |
| CMYK | 0.79 | 0.89 | 0 | 0.19 |
| HSL | 246.85º | 0.81% | 0.45% | - |
| HSV(B) | 246.85º | 0.89% | 0.81% | - |
| XYZ | 12.42 | 5.54 | 58.81 | - |
| YUV | 49.26 | 216.46 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 22 | 206 | 0.79 | 0.89 | 0 | 0.19 | 246.85 | 0.81 | 0.45 |
| Hex | 2B | 16 | CE | 4F | 59 | 0 | 13 | F7 | 51 | 2D |
| Octal | 53 | 26 | 316 | 117 | 131 | 0 | 23 | 367 | 121 | 55 |
| Binary | 101011 | 10110 | 11001110 | 1001111 | 1011001 | 0 | 10011 | 11110111 | 1010001 | 101101 |
Color Harmonies of #2B16CE
Complementary color
Monochromatic Colors of #2B16CE
Black with #2B16CE
Text Example
Text Example
White with #2B16CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B16CE; }
p { color: rgb(43,22,206); }
H1.HeaderClassName
{
color: #2B16CE;
}
.AnyTagClassName
{
color: #2B16CE;
}
</style>
background-color css
<style>
a { background-color: #2B16CE; }
a { background-color: rgb(43,22,206); }
div.DivClassName
{
background-color: #2B16CE;
}
.BgClassName
{
background-color: #2B16CE;
}
</style>
border-color css
<style>
span { border-color: #2B16CE; }
span { border-color: rgb(43,22,206); }
td.TdClassName
{
border-color: #2B16CE;
}
.TagClassName
{
border-color: #2B16CE;
}
</style>