Shades of Medium Blue #2C0AC2
Tints of Medium Blue #2C0AC2
RGB
CMYK
RGB Variations
Color information
#2C0AC2 (or 0x2C0AC2) is known color: Medium Blue. HEX triplet: 2C, 0A and C2. RGB value is (44,10,194). Sum of RGB (Red+Green+Blue) = 44+10+194=248 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.74% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 194 (76.17% from 255 or 78.23% from 248); Max value from RGB is 194 - color contains mainly: blue. Hex color #2C0AC2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C0AC2 is #D3F53D. Grayscale: #282828. Windows color (decimal): -13890878 or 12716588. OLE color: 12716588.
HSL color Cylindrical-coordinate representation of color #2C0AC2: hue angle of 251.09º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C0AC2 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 10 | 194 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.24 |
| HSL | 251.09º | 0.9% | 0.4% | - |
| HSV(B) | 251.09º | 0.95% | 0.76% | - |
| XYZ | 10.88 | 4.65 | 51.36 | - |
| YUV | 41.14 | 214.26 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 10 | 194 | 0.77 | 0.95 | 0 | 0.24 | 251.09 | 0.9 | 0.4 |
| Hex | 2C | A | C2 | 4D | 5F | 0 | 18 | FB | 5A | 28 |
| Octal | 54 | 12 | 302 | 115 | 137 | 0 | 30 | 373 | 132 | 50 |
| Binary | 101100 | 1010 | 11000010 | 1001101 | 1011111 | 0 | 11000 | 11111011 | 1011010 | 101000 |
Color Harmonies of #2C0AC2
Complementary color
Monochromatic Colors of #2C0AC2
Black with #2C0AC2
Text Example
Text Example
White with #2C0AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0AC2; }
p { color: rgb(44,10,194); }
H1.HeaderClassName
{
color: #2C0AC2;
}
.AnyTagClassName
{
color: #2C0AC2;
}
</style>
background-color css
<style>
a { background-color: #2C0AC2; }
a { background-color: rgb(44,10,194); }
div.DivClassName
{
background-color: #2C0AC2;
}
.BgClassName
{
background-color: #2C0AC2;
}
</style>
border-color css
<style>
span { border-color: #2C0AC2; }
span { border-color: rgb(44,10,194); }
td.TdClassName
{
border-color: #2C0AC2;
}
.TagClassName
{
border-color: #2C0AC2;
}
</style>