Shades of Medium Blue #2A00CC
Tints of Medium Blue #2A00CC
RGB
CMYK
RGB Variations
Color information
#2A00CC (or 0x2A00CC) is known color: Medium Blue. HEX triplet: 2A, 00 and CC. RGB value is (42,0,204). Sum of RGB (Red+Green+Blue) = 42+0+204=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 204 (80.08% from 255 or 82.93% from 246); Max value from RGB is 204 - color contains mainly: blue. Hex color #2A00CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A00CC is #D5FF33. Grayscale: #232323. Windows color (decimal): -14024500 or 13369386. OLE color: 13369386.
HSL color Cylindrical-coordinate representation of color #2A00CC: hue angle of 252.35º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A00CC is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 0 | 204 | - |
| CMYK | 0.79 | 1 | 0 | 0.2 |
| HSL | 252.35º | 1% | 0.4% | - |
| HSV(B) | 252.35º | 1% | 0.8% | - |
| XYZ | 11.85 | 4.85 | 57.44 | - |
| YUV | 35.81 | 222.91 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 204 | 0.79 | 1 | 0 | 0.2 | 252.35 | 1 | 0.4 |
| Hex | 2A | 0 | CC | 4F | 64 | 0 | 14 | FC | 64 | 28 |
| Octal | 52 | 0 | 314 | 117 | 144 | 0 | 24 | 374 | 144 | 50 |
| Binary | 101010 | 0 | 11001100 | 1001111 | 1100100 | 0 | 10100 | 11111100 | 1100100 | 101000 |
Color Harmonies of #2A00CC
Complementary color
Monochromatic Colors of #2A00CC
Black with #2A00CC
Text Example
Text Example
White with #2A00CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A00CC; }
p { color: rgb(42,0,204); }
H1.HeaderClassName
{
color: #2A00CC;
}
.AnyTagClassName
{
color: #2A00CC;
}
</style>
background-color css
<style>
a { background-color: #2A00CC; }
a { background-color: rgb(42,0,204); }
div.DivClassName
{
background-color: #2A00CC;
}
.BgClassName
{
background-color: #2A00CC;
}
</style>
border-color css
<style>
span { border-color: #2A00CC; }
span { border-color: rgb(42,0,204); }
td.TdClassName
{
border-color: #2A00CC;
}
.TagClassName
{
border-color: #2A00CC;
}
</style>