Shades of Medium Blue #2908BD
Tints of Medium Blue #2908BD
RGB
CMYK
RGB Variations
Color information
#2908BD (or 0x2908BD) is known color: Medium Blue. HEX triplet: 29, 08 and BD. RGB value is (41,8,189). Sum of RGB (Red+Green+Blue) = 41+8+189=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 189 (74.22% from 255 or 79.41% from 238); Max value from RGB is 189 - color contains mainly: blue. Hex color #2908BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2908BD is #D6F742. Grayscale: #252525. Windows color (decimal): -14088003 or 12388393. OLE color: 12388393.
HSL color Cylindrical-coordinate representation of color #2908BD: hue angle of 250.94º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2908BD is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 8 | 189 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.26 |
| HSL | 250.94º | 0.92% | 0.39% | - |
| HSV(B) | 250.94º | 0.96% | 0.74% | - |
| XYZ | 10.19 | 4.32 | 48.44 | - |
| YUV | 38.5 | 212.93 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 8 | 189 | 0.78 | 0.96 | 0 | 0.26 | 250.94 | 0.92 | 0.39 |
| Hex | 29 | 8 | BD | 4E | 60 | 0 | 1A | FB | 5C | 27 |
| Octal | 51 | 10 | 275 | 116 | 140 | 0 | 32 | 373 | 134 | 47 |
| Binary | 101001 | 1000 | 10111101 | 1001110 | 1100000 | 0 | 11010 | 11111011 | 1011100 | 100111 |
Color Harmonies of #2908BD
Complementary color
Monochromatic Colors of #2908BD
Black with #2908BD
Text Example
Text Example
White with #2908BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2908BD; }
p { color: rgb(41,8,189); }
H1.HeaderClassName
{
color: #2908BD;
}
.AnyTagClassName
{
color: #2908BD;
}
</style>
background-color css
<style>
a { background-color: #2908BD; }
a { background-color: rgb(41,8,189); }
div.DivClassName
{
background-color: #2908BD;
}
.BgClassName
{
background-color: #2908BD;
}
</style>
border-color css
<style>
span { border-color: #2908BD; }
span { border-color: rgb(41,8,189); }
td.TdClassName
{
border-color: #2908BD;
}
.TagClassName
{
border-color: #2908BD;
}
</style>