Html Css Color HEX #2E0BC1 Medium Blue

📋 copy color: '#2E0BC1'

red 46 ◦ green 11 ◦ blue 193

#2E0BC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #2E0BC1

Tints of Medium Blue #2E0BC1

RGB

 RED value IS 46 (18.36% from 255) = 18.4%

 GREEN value IS 11 (4.69% from 255) = 4.4%

 BLUE value IS 193 (75.78% from 255) = 77.2%

R = 18.4%
G = 4.4%
B = 77.2%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2E0BC1 (or 0x2E0BC1) is known color: Medium Blue. HEX triplet: 2E, 0B and C1. RGB value is (46,11,193). Sum of RGB (Red+Green+Blue) = 46+11+193=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 193 (75.78% from 255 or 77.2% from 250); Max value from RGB is 193 - color contains mainly: blue. Hex color #2E0BC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E0BC1 is #D1F43E. Grayscale: #292929. Windows color (decimal): -13759551 or 12651310. OLE color: 12651310.

HSL color Cylindrical-coordinate representation of color #2E0BC1: hue angle of 251.54º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E0BC1 is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 11 193 -
CMYK 0.76 0.94 0 0.24
HSL 251.54º 0.89% 0.4% -
HSV(B) 251.54º 0.94% 0.76% -
XYZ 10.87 4.67 50.78 -
YUV 42.21 213.1 130.7 -
System Red Green Blue C M Y K H S L
Decimal 46 11 193 0.76 0.94 0 0.24 251.54 0.89 0.4
Hex 2E B C1 4C 5E 0 18 FC 59 28
Octal 56 13 301 114 136 0 30 374 131 50
Binary 101110 1011 11000001 1001100 1011110 0 11000 11111100 1011001 101000

Color Harmonies of #2E0BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0BC1

Black with #2E0BC1

Text Example


Text Example

White with #2E0BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E0BC1; }

 p { color: rgb(46,11,193); }

 H1.HeaderClassName
 {
   color: #2E0BC1;
 }
 .AnyTagClassName
 {
   color: #2E0BC1;
 }
</style>

background-color css

<style>
 a { background-color: #2E0BC1; }

 a { background-color: rgb(46,11,193); }

 div.DivClassName
 {
   background-color: #2E0BC1;
 }
 .BgClassName
 {
   background-color: #2E0BC1;
 }
</style>

border-color css

<style>
 span { border-color: #2E0BC1; }

 span { border-color: rgb(46,11,193); }

 td.TdClassName
 {
   border-color: #2E0BC1;
 }
 .TagClassName
 {
   border-color: #2E0BC1;
 }
</style>