Shades of Medium Blue #2902BC
Tints of Medium Blue #2902BC
RGB
CMYK
RGB Variations
Color information
#2902BC (or 0x2902BC) is known color: Medium Blue. HEX triplet: 29, 02 and BC. RGB value is (41,2,188). Sum of RGB (Red+Green+Blue) = 41+2+188=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 188 (73.83% from 255 or 81.39% from 231); Max value from RGB is 188 - color contains mainly: blue. Hex color #2902BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2902BC is #D6FD43. Grayscale: #222222. Windows color (decimal): -14089540 or 12321321. OLE color: 12321321.
HSL color Cylindrical-coordinate representation of color #2902BC: hue angle of 252.58º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2902BC is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 2 | 188 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.26 |
| HSL | 252.58º | 0.98% | 0.37% | - |
| HSV(B) | 252.58º | 0.99% | 0.74% | - |
| XYZ | 10.01 | 4.15 | 47.85 | - |
| YUV | 34.87 | 214.42 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 2 | 188 | 0.78 | 0.99 | 0 | 0.26 | 252.58 | 0.98 | 0.37 |
| Hex | 29 | 2 | BC | 4E | 63 | 0 | 1A | FD | 62 | 25 |
| Octal | 51 | 2 | 274 | 116 | 143 | 0 | 32 | 375 | 142 | 45 |
| Binary | 101001 | 10 | 10111100 | 1001110 | 1100011 | 0 | 11010 | 11111101 | 1100010 | 100101 |
Color Harmonies of #2902BC
Complementary color
Monochromatic Colors of #2902BC
Black with #2902BC
Text Example
Text Example
White with #2902BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2902BC; }
p { color: rgb(41,2,188); }
H1.HeaderClassName
{
color: #2902BC;
}
.AnyTagClassName
{
color: #2902BC;
}
</style>
background-color css
<style>
a { background-color: #2902BC; }
a { background-color: rgb(41,2,188); }
div.DivClassName
{
background-color: #2902BC;
}
.BgClassName
{
background-color: #2902BC;
}
</style>
border-color css
<style>
span { border-color: #2902BC; }
span { border-color: rgb(41,2,188); }
td.TdClassName
{
border-color: #2902BC;
}
.TagClassName
{
border-color: #2902BC;
}
</style>