Shades of Medium Blue #2A0CBC
Tints of Medium Blue #2A0CBC
RGB
CMYK
RGB Variations
Color information
#2A0CBC (or 0x2A0CBC) is known color: Medium Blue. HEX triplet: 2A, 0C and BC. RGB value is (42,12,188). Sum of RGB (Red+Green+Blue) = 42+12+188=242 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.36% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 188 (73.83% from 255 or 77.69% from 242); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A0CBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0CBC is #D5F343. Grayscale: #282828. Windows color (decimal): -14021444 or 12323882. OLE color: 12323882.
HSL color Cylindrical-coordinate representation of color #2A0CBC: hue angle of 250.23º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A0CBC is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 12 | 188 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.26 |
| HSL | 250.23º | 0.88% | 0.39% | - |
| HSV(B) | 250.23º | 0.94% | 0.74% | - |
| XYZ | 10.16 | 4.39 | 47.89 | - |
| YUV | 41.03 | 210.94 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 12 | 188 | 0.78 | 0.94 | 0 | 0.26 | 250.23 | 0.88 | 0.39 |
| Hex | 2A | C | BC | 4E | 5E | 0 | 1A | FA | 58 | 27 |
| Octal | 52 | 14 | 274 | 116 | 136 | 0 | 32 | 372 | 130 | 47 |
| Binary | 101010 | 1100 | 10111100 | 1001110 | 1011110 | 0 | 11010 | 11111010 | 1011000 | 100111 |
Color Harmonies of #2A0CBC
Complementary color
Monochromatic Colors of #2A0CBC
Black with #2A0CBC
Text Example
Text Example
White with #2A0CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0CBC; }
p { color: rgb(42,12,188); }
H1.HeaderClassName
{
color: #2A0CBC;
}
.AnyTagClassName
{
color: #2A0CBC;
}
</style>
background-color css
<style>
a { background-color: #2A0CBC; }
a { background-color: rgb(42,12,188); }
div.DivClassName
{
background-color: #2A0CBC;
}
.BgClassName
{
background-color: #2A0CBC;
}
</style>
border-color css
<style>
span { border-color: #2A0CBC; }
span { border-color: rgb(42,12,188); }
td.TdClassName
{
border-color: #2A0CBC;
}
.TagClassName
{
border-color: #2A0CBC;
}
</style>