Shades of Medium Blue #2912CB
Tints of Medium Blue #2912CB
RGB
CMYK
RGB Variations
Color information
#2912CB (or 0x2912CB) is known color: Medium Blue. HEX triplet: 29, 12 and CB. RGB value is (41,18,203). Sum of RGB (Red+Green+Blue) = 41+18+203=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 203 (79.69% from 255 or 77.48% from 262); Max value from RGB is 203 - color contains mainly: blue. Hex color #2912CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2912CB is #D6ED34. Grayscale: #2D2D2D. Windows color (decimal): -14085429 or 13308457. OLE color: 13308457.
HSL color Cylindrical-coordinate representation of color #2912CB: hue angle of 247.46º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2912CB is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 18 | 203 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.20 |
| HSL | 247.46º | 0.84% | 0.43% | - |
| HSV(B) | 247.46º | 0.91% | 0.8% | - |
| XYZ | 11.91 | 5.22 | 56.88 | - |
| YUV | 45.97 | 216.62 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 18 | 203 | 0.80 | 0.91 | 0 | 0.20 | 247.46 | 0.84 | 0.43 |
| Hex | 29 | 12 | CB | 50 | 5B | 0 | 14 | F7 | 54 | 2B |
| Octal | 51 | 22 | 313 | 120 | 133 | 0 | 24 | 367 | 124 | 53 |
| Binary | 101001 | 10010 | 11001011 | 1010000 | 1011011 | 0 | 10100 | 11110111 | 1010100 | 101011 |
Color Harmonies of #2912CB
Complementary color
Monochromatic Colors of #2912CB
Black with #2912CB
Text Example
Text Example
White with #2912CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2912CB; }
p { color: rgb(41,18,203); }
H1.HeaderClassName
{
color: #2912CB;
}
.AnyTagClassName
{
color: #2912CB;
}
</style>
background-color css
<style>
a { background-color: #2912CB; }
a { background-color: rgb(41,18,203); }
div.DivClassName
{
background-color: #2912CB;
}
.BgClassName
{
background-color: #2912CB;
}
</style>
border-color css
<style>
span { border-color: #2912CB; }
span { border-color: rgb(41,18,203); }
td.TdClassName
{
border-color: #2912CB;
}
.TagClassName
{
border-color: #2912CB;
}
</style>