Shades of Medium Blue #2902BA
Tints of Medium Blue #2902BA
RGB
CMYK
RGB Variations
Color information
#2902BA (or 0x2902BA) is known color: Medium Blue. HEX triplet: 29, 02 and BA. RGB value is (41,2,186). Sum of RGB (Red+Green+Blue) = 41+2+186=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 186 (73.05% from 255 or 81.22% from 229); Max value from RGB is 186 - color contains mainly: blue. Hex color #2902BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2902BA is #D6FD45. Grayscale: #212121. Windows color (decimal): -14089542 or 12190249. OLE color: 12190249.
HSL color Cylindrical-coordinate representation of color #2902BA: hue angle of 252.72º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2902BA is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 2 | 186 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.27 |
| HSL | 252.72º | 0.98% | 0.37% | - |
| HSV(B) | 252.72º | 0.99% | 0.73% | - |
| XYZ | 9.8 | 4.06 | 46.72 | - |
| YUV | 34.64 | 213.42 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 2 | 186 | 0.78 | 0.99 | 0 | 0.27 | 252.72 | 0.98 | 0.37 |
| Hex | 29 | 2 | BA | 4E | 63 | 0 | 1B | FD | 62 | 25 |
| Octal | 51 | 2 | 272 | 116 | 143 | 0 | 33 | 375 | 142 | 45 |
| Binary | 101001 | 10 | 10111010 | 1001110 | 1100011 | 0 | 11011 | 11111101 | 1100010 | 100101 |
Color Harmonies of #2902BA
Complementary color
Monochromatic Colors of #2902BA
Black with #2902BA
Text Example
Text Example
White with #2902BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2902BA; }
p { color: rgb(41,2,186); }
H1.HeaderClassName
{
color: #2902BA;
}
.AnyTagClassName
{
color: #2902BA;
}
</style>
background-color css
<style>
a { background-color: #2902BA; }
a { background-color: rgb(41,2,186); }
div.DivClassName
{
background-color: #2902BA;
}
.BgClassName
{
background-color: #2902BA;
}
</style>
border-color css
<style>
span { border-color: #2902BA; }
span { border-color: rgb(41,2,186); }
td.TdClassName
{
border-color: #2902BA;
}
.TagClassName
{
border-color: #2902BA;
}
</style>