Shades of Medium Blue #2B06CE
Tints of Medium Blue #2B06CE
RGB
CMYK
RGB Variations
Color information
#2B06CE (or 0x2B06CE) is known color: Medium Blue. HEX triplet: 2B, 06 and CE. RGB value is (43,6,206). Sum of RGB (Red+Green+Blue) = 43+6+206=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 206 (80.86% from 255 or 80.78% from 255); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B06CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B06CE is #D4F931. Grayscale: #272727. Windows color (decimal): -13957426 or 13501995. OLE color: 13501995.
HSL color Cylindrical-coordinate representation of color #2B06CE: hue angle of 251.1º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B06CE is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 6 | 206 | - |
| CMYK | 0.79 | 0.97 | 0 | 0.19 |
| HSL | 251.1º | 0.94% | 0.42% | - |
| HSV(B) | 251.1º | 0.97% | 0.81% | - |
| XYZ | 12.2 | 5.1 | 58.73 | - |
| YUV | 39.86 | 221.76 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 6 | 206 | 0.79 | 0.97 | 0 | 0.19 | 251.1 | 0.94 | 0.42 |
| Hex | 2B | 6 | CE | 4F | 61 | 0 | 13 | FB | 5E | 2A |
| Octal | 53 | 6 | 316 | 117 | 141 | 0 | 23 | 373 | 136 | 52 |
| Binary | 101011 | 110 | 11001110 | 1001111 | 1100001 | 0 | 10011 | 11111011 | 1011110 | 101010 |
Color Harmonies of #2B06CE
Complementary color
Monochromatic Colors of #2B06CE
Black with #2B06CE
Text Example
Text Example
White with #2B06CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B06CE; }
p { color: rgb(43,6,206); }
H1.HeaderClassName
{
color: #2B06CE;
}
.AnyTagClassName
{
color: #2B06CE;
}
</style>
background-color css
<style>
a { background-color: #2B06CE; }
a { background-color: rgb(43,6,206); }
div.DivClassName
{
background-color: #2B06CE;
}
.BgClassName
{
background-color: #2B06CE;
}
</style>
border-color css
<style>
span { border-color: #2B06CE; }
span { border-color: rgb(43,6,206); }
td.TdClassName
{
border-color: #2B06CE;
}
.TagClassName
{
border-color: #2B06CE;
}
</style>