Shades of Medium Blue #2E00C5
Tints of Medium Blue #2E00C5
RGB
CMYK
RGB Variations
Color information
#2E00C5 (or 0x2E00C5) is known color: Medium Blue. HEX triplet: 2E, 00 and C5. RGB value is (46,0,197). Sum of RGB (Red+Green+Blue) = 46+0+197=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 197 (77.34% from 255 or 81.07% from 243); Max value from RGB is 197 - color contains mainly: blue. Hex color #2E00C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E00C5 is #D1FF3A. Grayscale: #232323. Windows color (decimal): -13762363 or 12910638. OLE color: 12910638.
HSL color Cylindrical-coordinate representation of color #2E00C5: hue angle of 254.01º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E00C5 is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 0 | 197 | - |
| CMYK | 0.77 | 1 | 0 | 0.23 |
| HSL | 254.01º | 1% | 0.39% | - |
| HSV(B) | 254.01º | 1% | 0.77% | - |
| XYZ | 11.2 | 4.61 | 53.12 | - |
| YUV | 36.21 | 218.74 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 197 | 0.77 | 1 | 0 | 0.23 | 254.01 | 1 | 0.39 |
| Hex | 2E | 0 | C5 | 4D | 64 | 0 | 17 | FE | 64 | 27 |
| Octal | 56 | 0 | 305 | 115 | 144 | 0 | 27 | 376 | 144 | 47 |
| Binary | 101110 | 0 | 11000101 | 1001101 | 1100100 | 0 | 10111 | 11111110 | 1100100 | 100111 |
Color Harmonies of #2E00C5
Complementary color
Monochromatic Colors of #2E00C5
Black with #2E00C5
Text Example
Text Example
White with #2E00C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E00C5; }
p { color: rgb(46,0,197); }
H1.HeaderClassName
{
color: #2E00C5;
}
.AnyTagClassName
{
color: #2E00C5;
}
</style>
background-color css
<style>
a { background-color: #2E00C5; }
a { background-color: rgb(46,0,197); }
div.DivClassName
{
background-color: #2E00C5;
}
.BgClassName
{
background-color: #2E00C5;
}
</style>
border-color css
<style>
span { border-color: #2E00C5; }
span { border-color: rgb(46,0,197); }
td.TdClassName
{
border-color: #2E00C5;
}
.TagClassName
{
border-color: #2E00C5;
}
</style>