Shades of Medium Blue #2903CA
Tints of Medium Blue #2903CA
RGB
CMYK
RGB Variations
Color information
#2903CA (or 0x2903CA) is known color: Medium Blue. HEX triplet: 29, 03 and CA. RGB value is (41,3,202). Sum of RGB (Red+Green+Blue) = 41+3+202=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 202 (79.30% from 255 or 82.11% from 246); Max value from RGB is 202 - color contains mainly: blue. Hex color #2903CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2903CA is #D6FC35. Grayscale: #242424. Windows color (decimal): -14089270 or 13239081. OLE color: 13239081.
HSL color Cylindrical-coordinate representation of color #2903CA: hue angle of 251.46º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2903CA is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 41 | 3 | 202 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.21 |
| HSL | 251.46º | 0.97% | 0.4% | - |
| HSV(B) | 251.46º | 0.99% | 0.79% | - |
| XYZ | 11.61 | 4.8 | 56.19 | - |
| YUV | 37.05 | 221.09 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 3 | 202 | 0.80 | 0.99 | 0 | 0.21 | 251.46 | 0.97 | 0.4 |
| Hex | 29 | 3 | CA | 50 | 63 | 0 | 15 | FB | 61 | 28 |
| Octal | 51 | 3 | 312 | 120 | 143 | 0 | 25 | 373 | 141 | 50 |
| Binary | 101001 | 11 | 11001010 | 1010000 | 1100011 | 0 | 10101 | 11111011 | 1100001 | 101000 |
Color Harmonies of #2903CA
Complementary color
Monochromatic Colors of #2903CA
Black with #2903CA
Text Example
Text Example
White with #2903CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2903CA; }
p { color: rgb(41,3,202); }
H1.HeaderClassName
{
color: #2903CA;
}
.AnyTagClassName
{
color: #2903CA;
}
</style>
background-color css
<style>
a { background-color: #2903CA; }
a { background-color: rgb(41,3,202); }
div.DivClassName
{
background-color: #2903CA;
}
.BgClassName
{
background-color: #2903CA;
}
</style>
border-color css
<style>
span { border-color: #2903CA; }
span { border-color: rgb(41,3,202); }
td.TdClassName
{
border-color: #2903CA;
}
.TagClassName
{
border-color: #2903CA;
}
</style>