Shades of Medium Blue #2E01CB
Tints of Medium Blue #2E01CB
RGB
CMYK
RGB Variations
Color information
#2E01CB (or 0x2E01CB) is known color: Medium Blue. HEX triplet: 2E, 01 and CB. RGB value is (46,1,203). Sum of RGB (Red+Green+Blue) = 46+1+203=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 203 (79.69% from 255 or 81.2% from 250); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E01CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E01CB is #D1FE34. Grayscale: #242424. Windows color (decimal): -13762101 or 13304110. OLE color: 13304110.
HSL color Cylindrical-coordinate representation of color #2E01CB: hue angle of 253.37º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E01CB is Cyan = 0.77, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 1 | 203 | - |
| CMYK | 0.77 | 1.00 | 0 | 0.20 |
| HSL | 253.37º | 0.99% | 0.4% | - |
| HSV(B) | 253.37º | 1% | 0.8% | - |
| XYZ | 11.92 | 4.91 | 56.82 | - |
| YUV | 37.48 | 221.41 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 1 | 203 | 0.77 | 1.00 | 0 | 0.20 | 253.37 | 0.99 | 0.4 |
| Hex | 2E | 1 | CB | 4D | 64 | 0 | 14 | FD | 63 | 28 |
| Octal | 56 | 1 | 313 | 115 | 144 | 0 | 24 | 375 | 143 | 50 |
| Binary | 101110 | 1 | 11001011 | 1001101 | 1100100 | 0 | 10100 | 11111101 | 1100011 | 101000 |
Color Harmonies of #2E01CB
Complementary color
Monochromatic Colors of #2E01CB
Black with #2E01CB
Text Example
Text Example
White with #2E01CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E01CB; }
p { color: rgb(46,1,203); }
H1.HeaderClassName
{
color: #2E01CB;
}
.AnyTagClassName
{
color: #2E01CB;
}
</style>
background-color css
<style>
a { background-color: #2E01CB; }
a { background-color: rgb(46,1,203); }
div.DivClassName
{
background-color: #2E01CB;
}
.BgClassName
{
background-color: #2E01CB;
}
</style>
border-color css
<style>
span { border-color: #2E01CB; }
span { border-color: rgb(46,1,203); }
td.TdClassName
{
border-color: #2E01CB;
}
.TagClassName
{
border-color: #2E01CB;
}
</style>