Html Css Color HEX #2E0BC2 Medium Blue

📋 copy color: '#2E0BC2'

red 46 ◦ green 11 ◦ blue 194

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

Shades of Medium Blue #2E0BC2

Tints of Medium Blue #2E0BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 77.29%

R = 18.33%
G = 4.38%
B = 77.29%

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

#2E0BC2 (or 0x2E0BC2) is known color: Medium Blue. HEX triplet: 2E, 0B and C2. RGB value is (46,11,194). Sum of RGB (Red+Green+Blue) = 46+11+194=251 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.33% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 194 (76.17% from 255 or 77.29% from 251); Max value from RGB is 194 - color contains mainly: blue. Hex color #2E0BC2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E0BC2 is #D1F43D. Grayscale: #292929. Windows color (decimal): -13759550 or 12716846. OLE color: 12716846.

HSL color Cylindrical-coordinate representation of color #2E0BC2: hue angle of 251.48º 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 #2E0BC2 is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 11 194 -
CMYK 0.76 0.94 0 0.24
HSL 251.48º 0.89% 0.4% -
HSV(B) 251.48º 0.94% 0.76% -
XYZ 10.98 4.72 51.37 -
YUV 42.33 213.6 130.62 -
System Red Green Blue C M Y K H S L
Decimal 46 11 194 0.76 0.94 0 0.24 251.48 0.89 0.4
Hex 2E B C2 4C 5E 0 18 FB 59 28
Octal 56 13 302 114 136 0 30 373 131 50
Binary 101110 1011 11000010 1001100 1011110 0 11000 11111011 1011001 101000

Color Harmonies of #2E0BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0BC2

Black with #2E0BC2

Text Example


Text Example

White with #2E0BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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