Shades of Medium Blue #2A00BE
Tints of Medium Blue #2A00BE
RGB
CMYK
RGB Variations
Color information
#2A00BE (or 0x2A00BE) is known color: Medium Blue. HEX triplet: 2A, 00 and BE. RGB value is (42,0,190). Sum of RGB (Red+Green+Blue) = 42+0+190=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 190 (74.61% from 255 or 81.90% from 232); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A00BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A00BE is #D5FF41. Grayscale: #212121. Windows color (decimal): -14024514 or 12451882. OLE color: 12451882.
HSL color Cylindrical-coordinate representation of color #2A00BE: hue angle of 253.26º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A00BE is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 0 | 190 | - |
| CMYK | 0.78 | 1 | 0 | 0.25 |
| HSL | 253.26º | 1% | 0.37% | - |
| HSV(B) | 253.26º | 1% | 0.75% | - |
| XYZ | 10.25 | 4.21 | 48.99 | - |
| YUV | 34.22 | 215.91 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 190 | 0.78 | 1 | 0 | 0.25 | 253.26 | 1 | 0.37 |
| Hex | 2A | 0 | BE | 4E | 64 | 0 | 19 | FD | 64 | 25 |
| Octal | 52 | 0 | 276 | 116 | 144 | 0 | 31 | 375 | 144 | 45 |
| Binary | 101010 | 0 | 10111110 | 1001110 | 1100100 | 0 | 11001 | 11111101 | 1100100 | 100101 |
Color Harmonies of #2A00BE
Complementary color
Monochromatic Colors of #2A00BE
Black with #2A00BE
Text Example
Text Example
White with #2A00BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A00BE; }
p { color: rgb(42,0,190); }
H1.HeaderClassName
{
color: #2A00BE;
}
.AnyTagClassName
{
color: #2A00BE;
}
</style>
background-color css
<style>
a { background-color: #2A00BE; }
a { background-color: rgb(42,0,190); }
div.DivClassName
{
background-color: #2A00BE;
}
.BgClassName
{
background-color: #2A00BE;
}
</style>
border-color css
<style>
span { border-color: #2A00BE; }
span { border-color: rgb(42,0,190); }
td.TdClassName
{
border-color: #2A00BE;
}
.TagClassName
{
border-color: #2A00BE;
}
</style>