Shades of Medium Blue #2B03DB
Tints of Medium Blue #2B03DB
RGB
CMYK
RGB Variations
Color information
#2B03DB (or 0x2B03DB) is known color: Medium Blue. HEX triplet: 2B, 03 and DB. RGB value is (43,3,219). Sum of RGB (Red+Green+Blue) = 43+3+219=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 219 (85.94% from 255 or 82.64% from 265); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B03DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B03DB is #D4FC24. Grayscale: #262626. Windows color (decimal): -13958181 or 14353195. OLE color: 14353195.
HSL color Cylindrical-coordinate representation of color #2B03DB: hue angle of 251.11º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B03DB is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 3 | 219 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.14 |
| HSL | 251.11º | 0.97% | 0.44% | - |
| HSV(B) | 251.11º | 0.99% | 0.86% | - |
| XYZ | 13.82 | 5.69 | 67.39 | - |
| YUV | 39.58 | 229.25 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 3 | 219 | 0.80 | 0.99 | 0 | 0.14 | 251.11 | 0.97 | 0.44 |
| Hex | 2B | 3 | DB | 50 | 63 | 0 | E | FB | 61 | 2C |
| Octal | 53 | 3 | 333 | 120 | 143 | 0 | 16 | 373 | 141 | 54 |
| Binary | 101011 | 11 | 11011011 | 1010000 | 1100011 | 0 | 1110 | 11111011 | 1100001 | 101100 |
Color Harmonies of #2B03DB
Complementary color
Monochromatic Colors of #2B03DB
Black with #2B03DB
Text Example
Text Example
White with #2B03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B03DB; }
p { color: rgb(43,3,219); }
H1.HeaderClassName
{
color: #2B03DB;
}
.AnyTagClassName
{
color: #2B03DB;
}
</style>
background-color css
<style>
a { background-color: #2B03DB; }
a { background-color: rgb(43,3,219); }
div.DivClassName
{
background-color: #2B03DB;
}
.BgClassName
{
background-color: #2B03DB;
}
</style>
border-color css
<style>
span { border-color: #2B03DB; }
span { border-color: rgb(43,3,219); }
td.TdClassName
{
border-color: #2B03DB;
}
.TagClassName
{
border-color: #2B03DB;
}
</style>