Shades of Medium Blue #2908BB
Tints of Medium Blue #2908BB
RGB
CMYK
RGB Variations
Color information
#2908BB (or 0x2908BB) is known color: Medium Blue. HEX triplet: 29, 08 and BB. RGB value is (41,8,187). Sum of RGB (Red+Green+Blue) = 41+8+187=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 187 (73.44% from 255 or 79.24% from 236); Max value from RGB is 187 - color contains mainly: blue. Hex color #2908BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2908BB is #D6F744. Grayscale: #252525. Windows color (decimal): -14088005 or 12257321. OLE color: 12257321.
HSL color Cylindrical-coordinate representation of color #2908BB: hue angle of 251.06º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2908BB is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 8 | 187 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.27 |
| HSL | 251.06º | 0.92% | 0.38% | - |
| HSV(B) | 251.06º | 0.96% | 0.73% | - |
| XYZ | 9.97 | 4.23 | 47.31 | - |
| YUV | 38.27 | 211.93 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 8 | 187 | 0.78 | 0.96 | 0 | 0.27 | 251.06 | 0.92 | 0.38 |
| Hex | 29 | 8 | BB | 4E | 60 | 0 | 1B | FB | 5C | 26 |
| Octal | 51 | 10 | 273 | 116 | 140 | 0 | 33 | 373 | 134 | 46 |
| Binary | 101001 | 1000 | 10111011 | 1001110 | 1100000 | 0 | 11011 | 11111011 | 1011100 | 100110 |
Color Harmonies of #2908BB
Complementary color
Monochromatic Colors of #2908BB
Black with #2908BB
Text Example
Text Example
White with #2908BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2908BB; }
p { color: rgb(41,8,187); }
H1.HeaderClassName
{
color: #2908BB;
}
.AnyTagClassName
{
color: #2908BB;
}
</style>
background-color css
<style>
a { background-color: #2908BB; }
a { background-color: rgb(41,8,187); }
div.DivClassName
{
background-color: #2908BB;
}
.BgClassName
{
background-color: #2908BB;
}
</style>
border-color css
<style>
span { border-color: #2908BB; }
span { border-color: rgb(41,8,187); }
td.TdClassName
{
border-color: #2908BB;
}
.TagClassName
{
border-color: #2908BB;
}
</style>