Html Css Color HEX #2E00BE Medium Blue

📋 copy color: '#2E00BE'

red 46 ◦ green 0 ◦ blue 190

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

Shades of Medium Blue #2E00BE

Tints of Medium Blue #2E00BE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 19.49%
G = 0%
B = 80.51%

CMYK

 C value IS 0.76

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E00BE (or 0x2E00BE) is known color: Medium Blue. HEX triplet: 2E, 00 and BE. RGB value is (46,0,190). Sum of RGB (Red+Green+Blue) = 46+0+190=236 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.49% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 190 (74.61% from 255 or 80.51% from 236); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E00BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E00BE is #D1FF41. Grayscale: #222222. Windows color (decimal): -13762370 or 12451886. OLE color: 12451886.

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

Color convert

RGB 46 0 190 -
CMYK 0.76 1 0 0.25
HSL 254.53º 1% 0.37% -
HSV(B) 254.53º 1% 0.75% -
XYZ 10.42 4.3 49 -
YUV 35.41 215.24 135.55 -
System Red Green Blue C M Y K H S L
Decimal 46 0 190 0.76 1 0 0.25 254.53 1 0.37
Hex 2E 0 BE 4C 64 0 19 FF 64 25
Octal 56 0 276 114 144 0 31 377 144 45
Binary 101110 0 10111110 1001100 1100100 0 11001 11111111 1100100 100101

Color Harmonies of #2E00BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E00BE

Black with #2E00BE

Text Example


Text Example

White with #2E00BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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