Shades of Medium Blue #2A0BC0
Tints of Medium Blue #2A0BC0
RGB
CMYK
RGB Variations
Color information
#2A0BC0 (or 0x2A0BC0) is known color: Medium Blue. HEX triplet: 2A, 0B and C0. RGB value is (42,11,192). Sum of RGB (Red+Green+Blue) = 42+11+192=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 192 (75.39% from 255 or 78.37% from 245); Max value from RGB is 192 - color contains mainly: blue. Hex color #2A0BC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0BC0 is #D5F43F. Grayscale: #282828. Windows color (decimal): -14021696 or 12585770. OLE color: 12585770.
HSL color Cylindrical-coordinate representation of color #2A0BC0: hue angle of 250.28º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A0BC0 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 11 | 192 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.25 |
| HSL | 250.28º | 0.89% | 0.4% | - |
| HSV(B) | 250.28º | 0.94% | 0.75% | - |
| XYZ | 10.59 | 4.54 | 50.19 | - |
| YUV | 40.9 | 213.27 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 11 | 192 | 0.78 | 0.94 | 0 | 0.25 | 250.28 | 0.89 | 0.4 |
| Hex | 2A | B | C0 | 4E | 5E | 0 | 19 | FA | 59 | 28 |
| Octal | 52 | 13 | 300 | 116 | 136 | 0 | 31 | 372 | 131 | 50 |
| Binary | 101010 | 1011 | 11000000 | 1001110 | 1011110 | 0 | 11001 | 11111010 | 1011001 | 101000 |
Color Harmonies of #2A0BC0
Complementary color
Monochromatic Colors of #2A0BC0
Black with #2A0BC0
Text Example
Text Example
White with #2A0BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0BC0; }
p { color: rgb(42,11,192); }
H1.HeaderClassName
{
color: #2A0BC0;
}
.AnyTagClassName
{
color: #2A0BC0;
}
</style>
background-color css
<style>
a { background-color: #2A0BC0; }
a { background-color: rgb(42,11,192); }
div.DivClassName
{
background-color: #2A0BC0;
}
.BgClassName
{
background-color: #2A0BC0;
}
</style>
border-color css
<style>
span { border-color: #2A0BC0; }
span { border-color: rgb(42,11,192); }
td.TdClassName
{
border-color: #2A0BC0;
}
.TagClassName
{
border-color: #2A0BC0;
}
</style>