Html Css Color HEX #2E11C2 Medium Blue

📋 copy color: '#2E11C2'

red 46 ◦ green 17 ◦ blue 194

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

Shades of Medium Blue #2E11C2

Tints of Medium Blue #2E11C2

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.61%

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

R = 17.9%
G = 6.61%
B = 75.49%

CMYK

 C value IS 0.76

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2E11C2 (or 0x2E11C2) is known color: Medium Blue. HEX triplet: 2E, 11 and C2. RGB value is (46,17,194). Sum of RGB (Red+Green+Blue) = 46+17+194=257 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.90% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 194 (76.17% from 255 or 75.49% from 257); Max value from RGB is 194 - color contains mainly: blue. Hex color #2E11C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E11C2 is #D1EE3D. Grayscale: #2D2D2D. Windows color (decimal): -13758014 or 12718382. OLE color: 12718382.

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

Color convert

RGB 46 17 194 -
CMYK 0.76 0.91 0 0.24
HSL 249.83º 0.84% 0.41% -
HSV(B) 249.83º 0.91% 0.76% -
XYZ 11.06 4.88 51.4 -
YUV 45.85 211.61 128.11 -
System Red Green Blue C M Y K H S L
Decimal 46 17 194 0.76 0.91 0 0.24 249.83 0.84 0.41
Hex 2E 11 C2 4C 5B 0 18 FA 54 29
Octal 56 21 302 114 133 0 30 372 124 51
Binary 101110 10001 11000010 1001100 1011011 0 11000 11111010 1010100 101001

Color Harmonies of #2E11C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E11C2

Black with #2E11C2

Text Example


Text Example

White with #2E11C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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