Shades of Medium Blue #2603BA
Tints of Medium Blue #2603BA
RGB
CMYK
RGB Variations
Color information
#2603BA (or 0x2603BA) is known color: Medium Blue. HEX triplet: 26, 03 and BA. RGB value is (38,3,186). Sum of RGB (Red+Green+Blue) = 38+3+186=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 186 (73.05% from 255 or 81.94% from 227); Max value from RGB is 186 - color contains mainly: blue. Hex color #2603BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2603BA is #D9FC45. Grayscale: #212121. Windows color (decimal): -14285894 or 12190502. OLE color: 12190502.
HSL color Cylindrical-coordinate representation of color #2603BA: hue angle of 251.48º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2603BA is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 3 | 186 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.27 |
| HSL | 251.48º | 0.97% | 0.37% | - |
| HSV(B) | 251.48º | 0.98% | 0.73% | - |
| XYZ | 9.69 | 4.02 | 46.72 | - |
| YUV | 34.33 | 213.6 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 3 | 186 | 0.80 | 0.98 | 0 | 0.27 | 251.48 | 0.97 | 0.37 |
| Hex | 26 | 3 | BA | 50 | 62 | 0 | 1B | FB | 61 | 25 |
| Octal | 46 | 3 | 272 | 120 | 142 | 0 | 33 | 373 | 141 | 45 |
| Binary | 100110 | 11 | 10111010 | 1010000 | 1100010 | 0 | 11011 | 11111011 | 1100001 | 100101 |
Color Harmonies of #2603BA
Complementary color
Monochromatic Colors of #2603BA
Black with #2603BA
Text Example
Text Example
White with #2603BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2603BA; }
p { color: rgb(38,3,186); }
H1.HeaderClassName
{
color: #2603BA;
}
.AnyTagClassName
{
color: #2603BA;
}
</style>
background-color css
<style>
a { background-color: #2603BA; }
a { background-color: rgb(38,3,186); }
div.DivClassName
{
background-color: #2603BA;
}
.BgClassName
{
background-color: #2603BA;
}
</style>
border-color css
<style>
span { border-color: #2603BA; }
span { border-color: rgb(38,3,186); }
td.TdClassName
{
border-color: #2603BA;
}
.TagClassName
{
border-color: #2603BA;
}
</style>