Shades of Medium Blue #2904BB
Tints of Medium Blue #2904BB
RGB
CMYK
RGB Variations
Color information
#2904BB (or 0x2904BB) is known color: Medium Blue. HEX triplet: 29, 04 and BB. RGB value is (41,4,187). Sum of RGB (Red+Green+Blue) = 41+4+187=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 187 (73.44% from 255 or 80.60% from 232); Max value from RGB is 187 - color contains mainly: blue. Hex color #2904BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2904BB is #D6FB44. Grayscale: #232323. Windows color (decimal): -14089029 or 12256297. OLE color: 12256297.
HSL color Cylindrical-coordinate representation of color #2904BB: hue angle of 252.13º degrees, saturation: 0.96, 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 #2904BB is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 4 | 187 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.27 |
| HSL | 252.13º | 0.96% | 0.37% | - |
| HSV(B) | 252.13º | 0.98% | 0.73% | - |
| XYZ | 9.93 | 4.15 | 47.29 | - |
| YUV | 35.93 | 213.26 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 4 | 187 | 0.78 | 0.98 | 0 | 0.27 | 252.13 | 0.96 | 0.37 |
| Hex | 29 | 4 | BB | 4E | 62 | 0 | 1B | FC | 60 | 25 |
| Octal | 51 | 4 | 273 | 116 | 142 | 0 | 33 | 374 | 140 | 45 |
| Binary | 101001 | 100 | 10111011 | 1001110 | 1100010 | 0 | 11011 | 11111100 | 1100000 | 100101 |
Color Harmonies of #2904BB
Complementary color
Monochromatic Colors of #2904BB
Black with #2904BB
Text Example
Text Example
White with #2904BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2904BB; }
p { color: rgb(41,4,187); }
H1.HeaderClassName
{
color: #2904BB;
}
.AnyTagClassName
{
color: #2904BB;
}
</style>
background-color css
<style>
a { background-color: #2904BB; }
a { background-color: rgb(41,4,187); }
div.DivClassName
{
background-color: #2904BB;
}
.BgClassName
{
background-color: #2904BB;
}
</style>
border-color css
<style>
span { border-color: #2904BB; }
span { border-color: rgb(41,4,187); }
td.TdClassName
{
border-color: #2904BB;
}
.TagClassName
{
border-color: #2904BB;
}
</style>