Shades of Medium Blue #2A00C1
Tints of Medium Blue #2A00C1
RGB
CMYK
RGB Variations
Color information
#2A00C1 (or 0x2A00C1) is known color: Medium Blue. HEX triplet: 2A, 00 and C1. RGB value is (42,0,193). Sum of RGB (Red+Green+Blue) = 42+0+193=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 193 (75.78% from 255 or 82.13% from 235); Max value from RGB is 193 - color contains mainly: blue. Hex color #2A00C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A00C1 is #D5FF3E. Grayscale: #212121. Windows color (decimal): -14024511 or 12648490. OLE color: 12648490.
HSL color Cylindrical-coordinate representation of color #2A00C1: hue angle of 253.06º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A00C1 is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 0 | 193 | - |
| CMYK | 0.78 | 1 | 0 | 0.24 |
| HSL | 253.06º | 1% | 0.38% | - |
| HSV(B) | 253.06º | 1% | 0.76% | - |
| XYZ | 10.58 | 4.34 | 50.73 | - |
| YUV | 34.56 | 217.41 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 193 | 0.78 | 1 | 0 | 0.24 | 253.06 | 1 | 0.38 |
| Hex | 2A | 0 | C1 | 4E | 64 | 0 | 18 | FD | 64 | 26 |
| Octal | 52 | 0 | 301 | 116 | 144 | 0 | 30 | 375 | 144 | 46 |
| Binary | 101010 | 0 | 11000001 | 1001110 | 1100100 | 0 | 11000 | 11111101 | 1100100 | 100110 |
Color Harmonies of #2A00C1
Complementary color
Monochromatic Colors of #2A00C1
Black with #2A00C1
Text Example
Text Example
White with #2A00C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A00C1; }
p { color: rgb(42,0,193); }
H1.HeaderClassName
{
color: #2A00C1;
}
.AnyTagClassName
{
color: #2A00C1;
}
</style>
background-color css
<style>
a { background-color: #2A00C1; }
a { background-color: rgb(42,0,193); }
div.DivClassName
{
background-color: #2A00C1;
}
.BgClassName
{
background-color: #2A00C1;
}
</style>
border-color css
<style>
span { border-color: #2A00C1; }
span { border-color: rgb(42,0,193); }
td.TdClassName
{
border-color: #2A00C1;
}
.TagClassName
{
border-color: #2A00C1;
}
</style>