Shades of Medium Blue #2903BC
Tints of Medium Blue #2903BC
RGB
CMYK
RGB Variations
Color information
#2903BC (or 0x2903BC) is known color: Medium Blue. HEX triplet: 29, 03 and BC. RGB value is (41,3,188). Sum of RGB (Red+Green+Blue) = 41+3+188=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 188 (73.83% from 255 or 81.03% from 232); Max value from RGB is 188 - color contains mainly: blue. Hex color #2903BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2903BC is #D6FC43. Grayscale: #222222. Windows color (decimal): -14089284 or 12321577. OLE color: 12321577.
HSL color Cylindrical-coordinate representation of color #2903BC: hue angle of 252.32º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2903BC is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 3 | 188 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.26 |
| HSL | 252.32º | 0.97% | 0.37% | - |
| HSV(B) | 252.32º | 0.98% | 0.74% | - |
| XYZ | 10.02 | 4.17 | 47.85 | - |
| YUV | 35.45 | 214.09 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 3 | 188 | 0.78 | 0.98 | 0 | 0.26 | 252.32 | 0.97 | 0.37 |
| Hex | 29 | 3 | BC | 4E | 62 | 0 | 1A | FC | 61 | 25 |
| Octal | 51 | 3 | 274 | 116 | 142 | 0 | 32 | 374 | 141 | 45 |
| Binary | 101001 | 11 | 10111100 | 1001110 | 1100010 | 0 | 11010 | 11111100 | 1100001 | 100101 |
Color Harmonies of #2903BC
Complementary color
Monochromatic Colors of #2903BC
Black with #2903BC
Text Example
Text Example
White with #2903BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2903BC; }
p { color: rgb(41,3,188); }
H1.HeaderClassName
{
color: #2903BC;
}
.AnyTagClassName
{
color: #2903BC;
}
</style>
background-color css
<style>
a { background-color: #2903BC; }
a { background-color: rgb(41,3,188); }
div.DivClassName
{
background-color: #2903BC;
}
.BgClassName
{
background-color: #2903BC;
}
</style>
border-color css
<style>
span { border-color: #2903BC; }
span { border-color: rgb(41,3,188); }
td.TdClassName
{
border-color: #2903BC;
}
.TagClassName
{
border-color: #2903BC;
}
</style>