Shades of Medium Blue #2903D2
Tints of Medium Blue #2903D2
RGB
CMYK
RGB Variations
Color information
#2903D2 (or 0x2903D2) is known color: Medium Blue. HEX triplet: 29, 03 and D2. RGB value is (41,3,210). Sum of RGB (Red+Green+Blue) = 41+3+210=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 210 (82.42% from 255 or 82.68% from 254); Max value from RGB is 210 - color contains mainly: blue. Hex color #2903D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2903D2 is #D6FC2D. Grayscale: #252525. Windows color (decimal): -14089262 or 13763369. OLE color: 13763369.
HSL color Cylindrical-coordinate representation of color #2903D2: hue angle of 251.01º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2903D2 is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 41 | 3 | 210 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.18 |
| HSL | 251.01º | 0.97% | 0.42% | - |
| HSV(B) | 251.01º | 0.99% | 0.82% | - |
| XYZ | 12.58 | 5.19 | 61.31 | - |
| YUV | 37.96 | 225.09 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 3 | 210 | 0.80 | 0.99 | 0 | 0.18 | 251.01 | 0.97 | 0.42 |
| Hex | 29 | 3 | D2 | 50 | 63 | 0 | 12 | FB | 61 | 2A |
| Octal | 51 | 3 | 322 | 120 | 143 | 0 | 22 | 373 | 141 | 52 |
| Binary | 101001 | 11 | 11010010 | 1010000 | 1100011 | 0 | 10010 | 11111011 | 1100001 | 101010 |
Color Harmonies of #2903D2
Complementary color
Monochromatic Colors of #2903D2
Black with #2903D2
Text Example
Text Example
White with #2903D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2903D2; }
p { color: rgb(41,3,210); }
H1.HeaderClassName
{
color: #2903D2;
}
.AnyTagClassName
{
color: #2903D2;
}
</style>
background-color css
<style>
a { background-color: #2903D2; }
a { background-color: rgb(41,3,210); }
div.DivClassName
{
background-color: #2903D2;
}
.BgClassName
{
background-color: #2903D2;
}
</style>
border-color css
<style>
span { border-color: #2903D2; }
span { border-color: rgb(41,3,210); }
td.TdClassName
{
border-color: #2903D2;
}
.TagClassName
{
border-color: #2903D2;
}
</style>