Html Css Color HEX #2E0EBE Medium Blue

📋 copy color: '#2E0EBE'

red 46 ◦ green 14 ◦ blue 190

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

Shades of Medium Blue #2E0EBE

Tints of Medium Blue #2E0EBE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.6%

 BLUE value IS 190 (74.61% from 255) = 76%

R = 18.4%
G = 5.6%
B = 76%

CMYK

 C value IS 0.76

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E0EBE (or 0x2E0EBE) is known color: Medium Blue. HEX triplet: 2E, 0E and BE. RGB value is (46,14,190). Sum of RGB (Red+Green+Blue) = 46+14+190=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 190 (74.61% from 255 or 76% from 250); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E0EBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E0EBE is #D1F141. Grayscale: #2A2A2A. Windows color (decimal): -13758786 or 12455470. OLE color: 12455470.

HSL color Cylindrical-coordinate representation of color #2E0EBE: hue angle of 250.91º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E0EBE is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 14 190 -
CMYK 0.76 0.93 0 0.25
HSL 250.91º 0.86% 0.4% -
HSV(B) 250.91º 0.93% 0.75% -
XYZ 10.58 4.61 49.05 -
YUV 43.63 210.6 129.69 -
System Red Green Blue C M Y K H S L
Decimal 46 14 190 0.76 0.93 0 0.25 250.91 0.86 0.4
Hex 2E E BE 4C 5D 0 19 FB 56 28
Octal 56 16 276 114 135 0 31 373 126 50
Binary 101110 1110 10111110 1001100 1011101 0 11001 11111011 1010110 101000

Color Harmonies of #2E0EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0EBE

Black with #2E0EBE

Text Example


Text Example

White with #2E0EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,14,190); }

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

background-color css

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

 a { background-color: rgb(46,14,190); }

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

border-color css

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

 span { border-color: rgb(46,14,190); }

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