Shades of Medium Blue #2912CA
Tints of Medium Blue #2912CA
RGB
CMYK
RGB Variations
Color information
#2912CA (or 0x2912CA) is known color: Medium Blue. HEX triplet: 29, 12 and CA. RGB value is (41,18,202). Sum of RGB (Red+Green+Blue) = 41+18+202=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 202 (79.30% from 255 or 77.39% from 261); Max value from RGB is 202 - color contains mainly: blue. Hex color #2912CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2912CA is #D6ED35. Grayscale: #2D2D2D. Windows color (decimal): -14085430 or 13242921. OLE color: 13242921.
HSL color Cylindrical-coordinate representation of color #2912CA: hue angle of 247.5º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2912CA is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 41 | 18 | 202 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.21 |
| HSL | 247.5º | 0.84% | 0.43% | - |
| HSV(B) | 247.5º | 0.91% | 0.79% | - |
| XYZ | 11.79 | 5.17 | 56.25 | - |
| YUV | 45.85 | 216.12 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 18 | 202 | 0.80 | 0.91 | 0 | 0.21 | 247.5 | 0.84 | 0.43 |
| Hex | 29 | 12 | CA | 50 | 5B | 0 | 15 | F8 | 54 | 2B |
| Octal | 51 | 22 | 312 | 120 | 133 | 0 | 25 | 370 | 124 | 53 |
| Binary | 101001 | 10010 | 11001010 | 1010000 | 1011011 | 0 | 10101 | 11111000 | 1010100 | 101011 |
Color Harmonies of #2912CA
Complementary color
Monochromatic Colors of #2912CA
Black with #2912CA
Text Example
Text Example
White with #2912CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2912CA; }
p { color: rgb(41,18,202); }
H1.HeaderClassName
{
color: #2912CA;
}
.AnyTagClassName
{
color: #2912CA;
}
</style>
background-color css
<style>
a { background-color: #2912CA; }
a { background-color: rgb(41,18,202); }
div.DivClassName
{
background-color: #2912CA;
}
.BgClassName
{
background-color: #2912CA;
}
</style>
border-color css
<style>
span { border-color: #2912CA; }
span { border-color: rgb(41,18,202); }
td.TdClassName
{
border-color: #2912CA;
}
.TagClassName
{
border-color: #2912CA;
}
</style>